diff --git a/poetry.lock b/poetry.lock index ee0705469c..4781c4f830 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3067,14 +3067,14 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "uvicorn" -version = "0.35.0" +version = "0.37.0" description = "The lightning-fast ASGI server." optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "uvicorn-0.35.0-py3-none-any.whl", hash = "sha256:197535216b25ff9b785e29a0b79199f55222193d47f820816e7da751e9bc8d4a"}, - {file = "uvicorn-0.35.0.tar.gz", hash = "sha256:bc662f087f7cf2ce11a1d7fd70b90c9f98ef2e2831556dd078d131b96cc94a01"}, + {file = "uvicorn-0.37.0-py3-none-any.whl", hash = "sha256:913b2b88672343739927ce381ff9e2ad62541f9f8289664fa1d1d3803fa2ce6c"}, + {file = "uvicorn-0.37.0.tar.gz", hash = "sha256:4115c8add6d3fd536c8ee77f0e14a7fd2ebba939fed9b02583a97f80648f9e13"}, ] [package.dependencies] @@ -3538,4 +3538,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = "^3.9" -content-hash = "4e5845a83f252bed03efab98f8375229e9e541bcd04c185feafa9dfc93470def" +content-hash = "698f77d31658e59b43c50166b165fd9c2f1a4b67f018c418e93dbf4efa0f36ed" diff --git a/pyproject.toml b/pyproject.toml index 13ac03ecaa..bca5e31c34 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,7 +71,7 @@ pytest-timeout = "^2.3.1" pytest-httpserver = "^1.0.11" pytest = "^8.3.1" pytest-asyncio = "1.2.0" -uvicorn = ">=0.32,<0.36" +uvicorn = ">=0.32,<0.38" fastapi = ">=0.115.5,<0.120.0" pytest-httpx = ">=0.35" pytest-benchmark = ">=4,<6"