From 2a23fd045b0146d3d2db831c349367a4a2d61b33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 11:39:42 +0000 Subject: [PATCH] build(deps): bump fastapi-slim from 0.115.2 to 0.115.4 in /redis_events Bumps [fastapi-slim](https://github.com/fastapi/fastapi) from 0.115.2 to 0.115.4. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.115.2...0.115.4) --- updated-dependencies: - dependency-name: fastapi-slim dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- redis_events/poetry.lock | 10 +++++----- redis_events/pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/redis_events/poetry.lock b/redis_events/poetry.lock index ea7b4a88a..872d45813 100644 --- a/redis_events/poetry.lock +++ b/redis_events/poetry.lock @@ -985,18 +985,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.4" 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.4-py3-none-any.whl", hash = "sha256:8947515618c21665590a1673a0bfe4c721db4267999c149d5301c3c0f7b3d9ce"}, + {file = "fastapi_slim-0.115.4.tar.gz", hash = "sha256:6d37987e4d1f6adefb8c7119c9b804e59c9b3f1a488be5425994d52308e2f958"}, ] [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] @@ -2927,4 +2927,4 @@ aca-py = ["acapy-agent"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "8078c5bad7d095f80d212f78009deb0cdd30ce09d8030f412052cb94db456921" +content-hash = "2b666d8269d072a4a3431b5c71f3ac55fe383cebfd05608074d1106c1485fe7c" diff --git a/redis_events/pyproject.toml b/redis_events/pyproject.toml index aae34bd8f..e4e8cef4a 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.0" +fastapi-slim = "^0.115.4" nest-asyncio = "^1.5.5" redis = "^5.1.1" uvicorn = "^0.32.0"