diff --git a/backend/poetry.lock b/backend/poetry.lock index 30f94fb..ac1bda5 100644 --- a/backend/poetry.lock +++ b/backend/poetry.lock @@ -753,13 +753,13 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "uvicorn" -version = "0.28.1" +version = "0.29.0" description = "The lightning-fast ASGI server." optional = false python-versions = ">=3.8" files = [ - {file = "uvicorn-0.28.1-py3-none-any.whl", hash = "sha256:5162f6d652f545be91b1feeaee8180774af143965ca9dc8a47ff1dc6bafa4ad5"}, - {file = "uvicorn-0.28.1.tar.gz", hash = "sha256:08103e79d546b6cf20f67c7e5e434d2cf500a6e29b28773e407250c54fc4fa3c"}, + {file = "uvicorn-0.29.0-py3-none-any.whl", hash = "sha256:2c2aac7ff4f4365c206fd773a39bf4ebd1047c238f8b8268ad996829323473de"}, + {file = "uvicorn-0.29.0.tar.gz", hash = "sha256:6a69214c0b6a087462412670b3ef21224fa48cae0e452b5883e8e8bdfdd11dd0"}, ] [package.dependencies] @@ -792,4 +792,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "7387f27c17b521a26fd73a3688a2337c28b4af3ecb0d534c8c1dbcbaac6af7fc" +content-hash = "5f26fc3df63220e837176e08c9e13e09627d9a7856e059ae1dec5655e435ac4f" diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 0366411..8b7c461 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -10,7 +10,7 @@ readme = "README.md" python = "^3.11" fastapi = "^0.110.0" redis = "^5.0.0" -uvicorn = "^0.28.0" +uvicorn = "^0.29.0" pre-commit = "^3.3.3" sentry-sdk = "^1.37.1" httpx = "^0.27.0"