diff --git a/poetry.lock b/poetry.lock index 148e16b..6d54d95 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry and should not be changed by hand. +# This file is automatically @generated by Poetry 1.4.1 and should not be changed by hand. [[package]] name = "anyio" @@ -72,14 +72,14 @@ tests-no-zope = ["cloudpickle", "cloudpickle", "hypothesis", "hypothesis", "mypy [[package]] name = "beautifulsoup4" -version = "4.11.2" +version = "4.12.0" description = "Screen-scraping library" category = "main" optional = false python-versions = ">=3.6.0" files = [ - {file = "beautifulsoup4-4.11.2-py3-none-any.whl", hash = "sha256:0e79446b10b3ecb499c1556f7e228a53e64a2bfcebd455f370d8927cb5b59e39"}, - {file = "beautifulsoup4-4.11.2.tar.gz", hash = "sha256:bc4bdda6717de5a2987436fb8d72f45dc90dd856bdfd512a1314ce90349a0106"}, + {file = "beautifulsoup4-4.12.0-py3-none-any.whl", hash = "sha256:2130a5ad7f513200fae61a17abb5e338ca980fa28c439c0571014bc0217e9591"}, + {file = "beautifulsoup4-4.12.0.tar.gz", hash = "sha256:c5fceeaec29d09c84970e47c65f2f0efe57872f7cff494c9691a26ec0ff13234"}, ] [package.dependencies] @@ -301,14 +301,14 @@ test = ["pytest (>=6)"] [[package]] name = "fastapi" -version = "0.94.1" +version = "0.95.0" description = "FastAPI framework, high performance, easy to learn, fast to code, ready for production" category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "fastapi-0.94.1-py3-none-any.whl", hash = "sha256:451387550c2d25a972193f22e408a82e75a8e7867c834a03076704fe20df3256"}, - {file = "fastapi-0.94.1.tar.gz", hash = "sha256:4a75936dbf9eb74be5eb0d41a793adefe9f3fc6ba66dbdabd160120fd3c2d9cd"}, + {file = "fastapi-0.95.0-py3-none-any.whl", hash = "sha256:daf73bbe844180200be7966f68e8ec9fd8be57079dff1bacb366db32729e6eb5"}, + {file = "fastapi-0.95.0.tar.gz", hash = "sha256:99d4fdb10e9dd9a24027ac1d0bd4b56702652056ca17a6c8721eec4ad2f14e18"}, ] [package.dependencies] @@ -936,14 +936,14 @@ files = [ [[package]] name = "reader" -version = "3.4" +version = "3.5" description = "A Python feed reader library." category = "main" optional = false python-versions = ">=3.9" files = [ - {file = "reader-3.4-py3-none-any.whl", hash = "sha256:693321de68f4f4ad15f2823003c4709619d479d6a4d41da42da03d9fc7dfbd7a"}, - {file = "reader-3.4.tar.gz", hash = "sha256:3be3a40a997132d1ea1eb8802918bb2ed0a039b912222b79ee57d60a44685bf4"}, + {file = "reader-3.5-py3-none-any.whl", hash = "sha256:4f7089e9d7e3039a0ba58ba1e590853f9e6d87f110a98e2e7a399e41c63ca9ea"}, + {file = "reader-3.5.tar.gz", hash = "sha256:ea1818c1f6a70eaaf84167d8dc43a43020efee3d05a82684d879b69434824a26"}, ] [package.dependencies] @@ -1252,14 +1252,14 @@ files = [ [[package]] name = "tzlocal" -version = "4.2" +version = "4.3" description = "tzinfo object for the local timezone" category = "main" optional = false -python-versions = ">=3.6" +python-versions = ">=3.7" files = [ - {file = "tzlocal-4.2-py3-none-any.whl", hash = "sha256:89885494684c929d9191c57aa27502afc87a579be5cdd3225c77c463ea043745"}, - {file = "tzlocal-4.2.tar.gz", hash = "sha256:ee5842fa3a795f023514ac2d801c4a81d1743bbe642e3940143326b3a00addd7"}, + {file = "tzlocal-4.3-py3-none-any.whl", hash = "sha256:b44c4388f3d34f25862cfbb387578a4d70fec417649da694a132f628a23367e2"}, + {file = "tzlocal-4.3.tar.gz", hash = "sha256:3f21d09e1b2aa9f2dacca12da240ca37de3ba5237a93addfd6d593afe9073355"}, ] [package.dependencies] @@ -1267,8 +1267,7 @@ pytz-deprecation-shim = "*" tzdata = {version = "*", markers = "platform_system == \"Windows\""} [package.extras] -devenv = ["black", "pyroma", "pytest-cov", "zest.releaser"] -test = ["pytest (>=4.3)", "pytest-mock (>=3.3)"] +devenv = ["black", "check-manifest", "flake8", "pyroma", "pytest (>=4.3)", "pytest-cov", "pytest-mock (>=3.3)", "zest.releaser"] [[package]] name = "urllib3" @@ -1471,4 +1470,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "d8ef62a1926b50fd39acc517fdc4ffd549602dc2713645c319746d0b16044fc7" +content-hash = "86432f0cd68cea70de3f9f2f9699f9b8aa3ccd7a8764a73cda507efc7418abcd" diff --git a/pyproject.toml b/pyproject.toml index 215d383..9f18b6a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ python = "^3.10" reader = "^3.4" discord-webhook = "^1.0.0" platformdirs = "^3.0.0" -fastapi = "^0.94.0" +fastapi = "^0.95.0" uvicorn = { extras = ["standard"], version = "^0.21.0" } jinja2 = "^3.1.2" apscheduler = "^3.10.0"