diff --git a/poetry.lock b/poetry.lock index 466e89e..1f0bd4b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1955,14 +1955,14 @@ files = [ [[package]] name = "uvicorn" -version = "0.34.3" +version = "0.35.0" description = "The lightning-fast ASGI server." optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "uvicorn-0.34.3-py3-none-any.whl", hash = "sha256:16246631db62bdfbf069b0645177d6e8a77ba950cfedbfd093acef9444e4d885"}, - {file = "uvicorn-0.34.3.tar.gz", hash = "sha256:35919a9a979d7a59334b6b10e05d77c1d0d574c50e0fc98b8b1a0f165708b55a"}, + {file = "uvicorn-0.35.0-py3-none-any.whl", hash = "sha256:197535216b25ff9b785e29a0b79199f55222193d47f820816e7da751e9bc8d4a"}, + {file = "uvicorn-0.35.0.tar.gz", hash = "sha256:bc662f087f7cf2ce11a1d7fd70b90c9f98ef2e2831556dd078d131b96cc94a01"}, ] [package.dependencies] @@ -2297,4 +2297,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.13.1" -content-hash = "8d7eb10df29925e4a2e1deb7f9ba22d1bfb382d46a6e4382a8a9928e735ccd4d" +content-hash = "32248a970dd331d8a945457741f39c58d581ef50ef5500319c6231a811e0b2a6" diff --git a/pyproject.toml b/pyproject.toml index 5e11ed0..0825deb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ pre-commit = "^4.2.0" ruamel-yaml = "^0.18.14" tomlkit = "^0.13.3" tox = "^4.27.0" -uvicorn = { version = "^0.34.3", extras = ["standard"] } +uvicorn = { version = "^0.35.0", extras = ["standard"] } [build-system] requires = ["poetry-core"]