From 9bc509b33add0cd2fb6a8544d000e9fc7063f495 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 12:49:45 +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.5. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.115.4...0.115.5) --- 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..f6b447c4b 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.5" 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.5-py3-none-any.whl", hash = "sha256:02a064de6eb90df9fc9d597e586a5c7e54a0bcebb642e889d27d66b2ecd831a6"}, + {file = "fastapi_slim-0.115.5.tar.gz", hash = "sha256:e847feadae9f87cabbc178ae665113f73d8c74afc3290d88cc263b701209057f"}, ] [package.dependencies] @@ -2549,4 +2549,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "16d5dc212d073c79afa5d032ae3da8543dbda199dac377094b1ab19fb25c8a10" +content-hash = "faca8f3858fffef034d9a5f32128450c9445b5da1da84ba4e53c3c51e3e5b1fb" diff --git a/redis_events/integration/pyproject.toml b/redis_events/integration/pyproject.toml index a2e38c879..42d87a8d5 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.5" nest-asyncio = "^1.5.5" redis = "^5.1.1" uvicorn = "^0.32.0"