diff --git a/poetry.lock b/poetry.lock index 2f828b1..a724e50 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1579,14 +1579,14 @@ zstd = ["backports-zstd (>=1.0.0) ; python_version < \"3.14\""] [[package]] name = "uvicorn" -version = "0.42.0" +version = "0.43.0" description = "The lightning-fast ASGI server." optional = false python-versions = ">=3.10" groups = ["main"] files = [ - {file = "uvicorn-0.42.0-py3-none-any.whl", hash = "sha256:96c30f5c7abe6f74ae8900a70e92b85ad6613b745d4879eb9b16ccad15645359"}, - {file = "uvicorn-0.42.0.tar.gz", hash = "sha256:9b1f190ce15a2dd22e7758651d9b6d12df09a13d51ba5bf4fc33c383a48e1775"}, + {file = "uvicorn-0.43.0-py3-none-any.whl", hash = "sha256:46fac64f487fd968cd999e5e49efbbe64bd231b5bd8b4a0b482a23ebce499620"}, + {file = "uvicorn-0.43.0.tar.gz", hash = "sha256:ab1652d2fb23abf124f36ccc399828558880def222c3cb3d98d24021520dc6e8"}, ] [package.dependencies] @@ -1957,4 +1957,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "5644cd635838d84866244fbaa13080378f1b4c4aac24574cbcac724c28b51104" +content-hash = "cf9cbd2a9d778e0bca007726cebc962d19ced11c163278b476b0c1593c356e7e" diff --git a/pyproject.toml b/pyproject.toml index 158c258..8b2de29 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ Quart = "^0.20" aiohttp = "^3.13" Flask-Caching = "^2.3" sentry-sdk = "^2.56" -uvicorn = {extras = ["standard"], version = "^0.42"} +uvicorn = {extras = ["standard"], version = "^0.43"} coloredlogs = "*" [tool.poetry.dev-dependencies]