diff --git a/poetry.lock b/poetry.lock index 8773a89..fd940ce 100644 --- a/poetry.lock +++ b/poetry.lock @@ -793,13 +793,13 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "uvicorn" -version = "0.34.0" +version = "0.35.0" description = "The lightning-fast ASGI server." optional = false python-versions = ">=3.9" files = [ - {file = "uvicorn-0.34.0-py3-none-any.whl", hash = "sha256:023dc038422502fa28a09c7a30bf2b6991512da7dcdb8fd35fe57cfc154126f4"}, - {file = "uvicorn-0.34.0.tar.gz", hash = "sha256:404051050cd7e905de2c9a7e61790943440b3416f49cb409f965d9dcd0fa73e9"}, + {file = "uvicorn-0.35.0-py3-none-any.whl", hash = "sha256:197535216b25ff9b785e29a0b79199f55222193d47f820816e7da751e9bc8d4a"}, + {file = "uvicorn-0.35.0.tar.gz", hash = "sha256:bc662f087f7cf2ce11a1d7fd70b90c9f98ef2e2831556dd078d131b96cc94a01"}, ] [package.dependencies] @@ -807,9 +807,9 @@ click = ">=7.0" h11 = ">=0.8" [package.extras] -standard = ["colorama (>=0.4)", "httptools (>=0.6.3)", "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.13)", "websockets (>=10.4)"] [metadata] lock-version = "2.0" python-versions = ">=3.11, <3.14" -content-hash = "6b970352135fd3a0f4995197b95179a15ff5a55d4aef678f0677cb01af06f7d6" +content-hash = "edecef26479b13673fb0c5cac31127e4893930f2f3a6cefaf4424527bcf96e0f" diff --git a/pyproject.toml b/pyproject.toml index f2b63d5..11db3b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ fastapi = ">=0.110.0, <0.120.0" [tool.poetry.group.dev.dependencies] ruff = "^0.9.0" -uvicorn = "^0.34.0" +uvicorn = "^0.35.0" mypy = "^1.10.0" types-ujson = "^5.10.0.20240515" types-protobuf = "^5.26.0.20240422"