From 9e13c1f406b9d8a7c572a201b719be40146f6e45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 15:38:26 +0000 Subject: [PATCH] build(deps): bump fastapi-slim from 0.115.2 to 0.115.3 in /redis_events Bumps [fastapi-slim](https://github.com/fastapi/fastapi) from 0.115.2 to 0.115.3. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.115.2...0.115.3) --- 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..e329c9765 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.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] @@ -2927,4 +2927,4 @@ aca-py = ["acapy-agent"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "8078c5bad7d095f80d212f78009deb0cdd30ce09d8030f412052cb94db456921" +content-hash = "9cf86844ea6607cb5521fc3022e0d2982cce46fd9eb678df5554ddcb8bceb7fb" diff --git a/redis_events/pyproject.toml b/redis_events/pyproject.toml index aae34bd8f..9d92f16a1 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.3" nest-asyncio = "^1.5.5" redis = "^5.1.1" uvicorn = "^0.32.0"