diff --git a/redis_events/poetry.lock b/redis_events/poetry.lock index cbf952083..071c85988 100644 --- a/redis_events/poetry.lock +++ b/redis_events/poetry.lock @@ -985,13 +985,13 @@ test = ["hypothesis (>=4.43.0)", "mypy (==1.10.0)", "pytest (>=7.0.0)", "pytest- [[package]] name = "fastapi-slim" -version = "0.115.4" +version = "0.115.6" 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.4-py3-none-any.whl", hash = "sha256:8947515618c21665590a1673a0bfe4c721db4267999c149d5301c3c0f7b3d9ce"}, - {file = "fastapi_slim-0.115.4.tar.gz", hash = "sha256:6d37987e4d1f6adefb8c7119c9b804e59c9b3f1a488be5425994d52308e2f958"}, + {file = "fastapi_slim-0.115.6-py3-none-any.whl", hash = "sha256:8bd4b0bed7c627d0e1f67db9c5627ea574b2cc58f77b99b5800d2494a461d4a1"}, + {file = "fastapi_slim-0.115.6.tar.gz", hash = "sha256:77df513b7a4e7b7c62c7b3ac1fa63b11c65afba205a486722c87efef6ba71af0"}, ] [package.dependencies] @@ -2927,4 +2927,4 @@ aca-py = ["acapy-agent"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "a4a7e2ccc45ac7a8a8d091d733aba546ce606cff7f667a1657634f572c87541b" +content-hash = "720ff1916038015970bd1fae160e3f13488475ee040d772e93193f67ea27f746" diff --git a/redis_events/pyproject.toml b/redis_events/pyproject.toml index 7facd2f02..5b8b904a5 100644 --- a/redis_events/pyproject.toml +++ b/redis_events/pyproject.toml @@ -11,7 +11,7 @@ python = "^3.12" # explicitly installed with the plugin if desired. acapy-agent = { version = "~1.1.0", optional = true } aiohttp = "^3.9.5" -fastapi-slim = "^0.115.4" +fastapi-slim = "^0.115.6" nest-asyncio = "^1.5.5" redis = "^5.2.0" uvicorn = "^0.32.0"