diff --git a/app/poetry.lock b/app/poetry.lock index 1d27088..0481267 100644 --- a/app/poetry.lock +++ b/app/poetry.lock @@ -1217,13 +1217,13 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"] [[package]] name = "uvicorn" -version = "0.23.2" +version = "0.27.1" description = "The lightning-fast ASGI server." optional = false python-versions = ">=3.8" files = [ - {file = "uvicorn-0.23.2-py3-none-any.whl", hash = "sha256:1f9be6558f01239d4fdf22ef8126c39cb1ad0addf76c40e760549d2c2f43ab53"}, - {file = "uvicorn-0.23.2.tar.gz", hash = "sha256:4d3cc12d7727ba72b64d12d3cc7743124074c0a69f7b201512fc50c3e3f1569a"}, + {file = "uvicorn-0.27.1-py3-none-any.whl", hash = "sha256:5c89da2f3895767472a35556e539fd59f7edbe9b1e9c0e1c99eebeadc61838e4"}, + {file = "uvicorn-0.27.1.tar.gz", hash = "sha256:3d9a267296243532db80c83a959a3400502165ade2c1338dea4e67915fd4745a"}, ] [package.dependencies] @@ -1332,4 +1332,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "9b910d282b2c05afff5a67f389c3c90af52bd093fef7e6428735c23d71a51ae8" +content-hash = "5dcc190e024f97bcd9479d63a7b1875f18b4caafeb2f227ee337cc50bd3d733d" diff --git a/app/pyproject.toml b/app/pyproject.toml index 51c063a..10acabf 100644 --- a/app/pyproject.toml +++ b/app/pyproject.toml @@ -7,7 +7,7 @@ authors = ["Christian Busch "] [tool.poetry.dependencies] python = "^3.10" fastapi = "^0.103.2" -uvicorn = "^0.23.2" +uvicorn = "^0.27.1" pydantic = "^2.4.2" sentry-sdk = "^1.31.0" kubernetes = "<24.0.0"