diff --git a/redis_events/integration/poetry.lock b/redis_events/integration/poetry.lock index fdf0f2552..b854c781c 100644 --- a/redis_events/integration/poetry.lock +++ b/redis_events/integration/poetry.lock @@ -2391,13 +2391,13 @@ files = [ [[package]] name = "uvicorn" -version = "0.30.6" +version = "0.32.0" description = "The lightning-fast ASGI server." optional = false python-versions = ">=3.8" files = [ - {file = "uvicorn-0.30.6-py3-none-any.whl", hash = "sha256:65fd46fe3fda5bdc1b03b94eb634923ff18cd35b2f084813ea79d1f103f711b5"}, - {file = "uvicorn-0.30.6.tar.gz", hash = "sha256:4b15decdda1e72be08209e860a1e10e92439ad5b97cf44cc945fcbee66fc5788"}, + {file = "uvicorn-0.32.0-py3-none-any.whl", hash = "sha256:60b8f3a5ac027dcd31448f411ced12b5ef452c646f76f02f8cc3f25d8d26fd82"}, + {file = "uvicorn-0.32.0.tar.gz", hash = "sha256:f78b36b143c16f54ccdb8190d0a26b5f1901fe5a3c777e1ab29f26391af8551e"}, ] [package.dependencies] @@ -2549,4 +2549,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "d710bbf75dba74272c16e1301ec6440a0e5d0f97178c0bd1deef3e4a56abeb68" +content-hash = "252d8275a570e65012a97411c8686ae06185695b528699b4738078f42c5bd768" diff --git a/redis_events/integration/pyproject.toml b/redis_events/integration/pyproject.toml index 1af889de2..6adb07331 100644 --- a/redis_events/integration/pyproject.toml +++ b/redis_events/integration/pyproject.toml @@ -14,7 +14,7 @@ acapy-agent = { version = "~1.1.0", optional = true } fastapi-slim = "^0.115.0" nest-asyncio = "^1.5.5" redis = "^5.1.1" -uvicorn = "^0.30.1" +uvicorn = "^0.32.0" pydantic = "^2.7.0" [tool.poetry.dev-dependencies]