diff --git a/poetry.lock b/poetry.lock index e252e26..01c5745 100644 --- a/poetry.lock +++ b/poetry.lock @@ -597,13 +597,13 @@ files = [ [[package]] name = "uvicorn" -version = "0.27.1" +version = "0.42.0" description = "The lightning-fast ASGI server." optional = false -python-versions = ">=3.8" +python-versions = ">=3.10" files = [ - {file = "uvicorn-0.27.1-py3-none-any.whl", hash = "sha256:5c89da2f3895767472a35556e539fd59f7edbe9b1e9c0e1c99eebeadc61838e4"}, - {file = "uvicorn-0.27.1.tar.gz", hash = "sha256:3d9a267296243532db80c83a959a3400502165ade2c1338dea4e67915fd4745a"}, + {file = "uvicorn-0.42.0-py3-none-any.whl", hash = "sha256:96c30f5c7abe6f74ae8900a70e92b85ad6613b745d4879eb9b16ccad15645359"}, + {file = "uvicorn-0.42.0.tar.gz", hash = "sha256:9b1f190ce15a2dd22e7758651d9b6d12df09a13d51ba5bf4fc33c383a48e1775"}, ] [package.dependencies] @@ -611,9 +611,9 @@ click = ">=7.0" h11 = ">=0.8" [package.extras] -standard = ["colorama (>=0.4)", "httptools (>=0.5.0)", "python-dotenv (>=0.13)", "pyyaml (>=5.1)", "uvloop (>=0.14.0,!=0.15.0,!=0.15.1)", "watchfiles (>=0.13)", "websockets (>=10.4)"] +standard = ["colorama (>=0.4)", "httptools (>=0.6.3)", "python-dotenv (>=0.13)", "pyyaml (>=5.1)", "uvloop (>=0.15.1)", "watchfiles (>=0.20)", "websockets (>=10.4)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "dad0df0aaa5d275598c34c30fcb833ff4d98fc6205d00534ebd537f89153a1ca" +content-hash = "cacb33e013bc9cd8988a4d3e5e459e50ecf97ff73ae6817b1a6c710c60a985f0" diff --git a/pyproject.toml b/pyproject.toml index 7585e8b..2bbae2a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.11" fastapi = "^0.109.0" -uvicorn = "^0.27.0-post.0" +uvicorn = "^0.42.0" httpx = "^0.26.0" [tool.poetry.group.test.dependencies]