From 8338dd10bb972ea3da7ea809bd1d6513005ac7c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 23:11:13 +0000 Subject: [PATCH] build(deps): Bump fastapi[standard] from 0.115.8 to 0.115.11 Bumps [fastapi[standard]](https://github.com/fastapi/fastapi) from 0.115.8 to 0.115.11. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.115.8...0.115.11) --- updated-dependencies: - dependency-name: fastapi[standard] 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 3231140..542377a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ dependencies = [ "dj-database-url==2.3.0", "django==5.1.6", "django-redis>=5.4.0", - "fastapi[standard]==0.115.8", + "fastapi[standard]==0.115.11", "psycopg>=3.2.4", "pydantic-settings>=2.7.1", "pytz>=2025.1",