diff --git a/redis_events/integration/poetry.lock b/redis_events/integration/poetry.lock index f60c5e559..262b23742 100644 --- a/redis_events/integration/poetry.lock +++ b/redis_events/integration/poetry.lock @@ -849,18 +849,18 @@ test = ["hypothesis (>=4.43.0)", "mypy (==1.10.0)", "pytest (>=7.0.0)", "pytest- [[package]] name = "fastapi-slim" -version = "0.115.2" +version = "0.115.3" description = "FastAPI framework, high performance, easy to learn, fast to code, ready for production" optional = false python-versions = ">=3.8" files = [ - {file = "fastapi_slim-0.115.2-py3-none-any.whl", hash = "sha256:7dd65a58e9b2a1558ebd479d35e621417d4572188d902a3e5564739914ddc81d"}, - {file = "fastapi_slim-0.115.2.tar.gz", hash = "sha256:83a1ce1e385029cad305b49dcc03622d2be6a905b2ab65d2e7096285605cca8d"}, + {file = "fastapi_slim-0.115.3-py3-none-any.whl", hash = "sha256:9dd62aafd5b0af54e0dfd9877d1b546d938a53ed485ef0e0fa6c000f6ab6cc8b"}, + {file = "fastapi_slim-0.115.3.tar.gz", hash = "sha256:ad348e638aa5ad56d5d189b98b50bbd104ee1149b4afe48a8e879caf4403dd45"}, ] [package.dependencies] pydantic = ">=1.7.4,<1.8 || >1.8,<1.8.1 || >1.8.1,<2.0.0 || >2.0.0,<2.0.1 || >2.0.1,<2.1.0 || >2.1.0,<3.0.0" -starlette = ">=0.37.2,<0.41.0" +starlette = ">=0.40.0,<0.42.0" typing-extensions = ">=4.8.0" [package.extras] @@ -2549,4 +2549,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "9f431e428ec726d8291aa417e362b3c1e73448da7bd915de6978e60a408de056" +content-hash = "1252759714562ecf4c028fb9688d985fff03c2daa1a758d3ccd5dc666181913f" diff --git a/redis_events/integration/pyproject.toml b/redis_events/integration/pyproject.toml index 77721d41f..fba1b861b 100644 --- a/redis_events/integration/pyproject.toml +++ b/redis_events/integration/pyproject.toml @@ -11,7 +11,7 @@ pytest-asyncio = "~0.23.7" requests = "^2.32.0" aiohttp = "^3.9.5" acapy-agent = { version = "~1.1.0", optional = true } -fastapi-slim = "^0.115.2" +fastapi-slim = "^0.115.3" nest-asyncio = "^1.5.5" redis = "^5.1.1" uvicorn = "^0.32.0"