From b3b050c640ba69ba12c77dccab3ea51601dffbbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Jun 2025 16:08:02 +0000 Subject: [PATCH] deps(pip): bump fastapi-slim from 0.115.12 to 0.115.13 Bumps [fastapi-slim](https://github.com/fastapi/fastapi) from 0.115.12 to 0.115.13. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.115.12...0.115.13) --- updated-dependencies: - dependency-name: fastapi-slim dependency-version: 0.115.13 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bd0fb02..dce6d58 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ description = "Example Python/FastAPI application that handles the Cloudesire sy readme = "README.md" requires-python = ">=3.12" dependencies = [ - "fastapi-slim==0.115.12", + "fastapi-slim==0.115.13", "httpx==0.28.1", "pydantic-settings==2.9.1", "python-dotenv==1.1.0",