From 944271c3b6da13dfa826776d15ad1af289adf700 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 12:56:49 +0000 Subject: [PATCH] build(deps): bump fastapi-slim in /redis_events/integration Bumps [fastapi-slim](https://github.com/fastapi/fastapi) from 0.115.4 to 0.115.6. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.115.4...0.115.6) --- updated-dependencies: - dependency-name: fastapi-slim dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- redis_events/integration/poetry.lock | 8 ++++---- redis_events/integration/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/redis_events/integration/poetry.lock b/redis_events/integration/poetry.lock index 0a3bbe097..15ef6bbec 100644 --- a/redis_events/integration/poetry.lock +++ b/redis_events/integration/poetry.lock @@ -849,13 +849,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] @@ -2549,4 +2549,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "16d5dc212d073c79afa5d032ae3da8543dbda199dac377094b1ab19fb25c8a10" +content-hash = "5014ed6a71e5398ec9641df13bb2e34c641c04a30d9e6feb5341ae6e5bcc8ba5" diff --git a/redis_events/integration/pyproject.toml b/redis_events/integration/pyproject.toml index a2e38c879..006d6895a 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.4" +fastapi-slim = "^0.115.6" nest-asyncio = "^1.5.5" redis = "^5.1.1" uvicorn = "^0.32.0"