diff --git a/backend/poetry.lock b/backend/poetry.lock index 98fb867..4519a2e 100644 --- a/backend/poetry.lock +++ b/backend/poetry.lock @@ -773,13 +773,13 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "uvicorn" -version = "0.33.0" +version = "0.34.0" description = "The lightning-fast ASGI server." optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" files = [ - {file = "uvicorn-0.33.0-py3-none-any.whl", hash = "sha256:2c30de4aeea83661a520abab179b24084a0019c0c1bbe137e5409f741cbde5f8"}, - {file = "uvicorn-0.33.0.tar.gz", hash = "sha256:3577119f82b7091cf4d3d4177bfda0bae4723ed92ab1439e8d779de880c9cc59"}, + {file = "uvicorn-0.34.0-py3-none-any.whl", hash = "sha256:023dc038422502fa28a09c7a30bf2b6991512da7dcdb8fd35fe57cfc154126f4"}, + {file = "uvicorn-0.34.0.tar.gz", hash = "sha256:404051050cd7e905de2c9a7e61790943440b3416f49cb409f965d9dcd0fa73e9"}, ] [package.dependencies] @@ -812,4 +812,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "3a878a1ca2951138b7f5a1ccb2d450b6bac03e8258dbe1950ddbdb87d2cb360a" +content-hash = "53ec8bf236fc29eae32ceaea1a743a57fb58ab64d69b1d83cea53db3837f78b2" diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 6e2b2e7..469a63c 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -10,7 +10,7 @@ readme = "README.md" python = "^3.11" fastapi = "^0.115.0" redis = "^5.0.0" -uvicorn = "^0.33.0" +uvicorn = "^0.34.0" pre-commit = "^4.0.0" sentry-sdk = "^2.0.0" httpx = "^0.28.0"