From a900a94e9a59fd999d6fcb3a9bd822d7c6dd69fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Mar 2025 01:33:07 +0000 Subject: [PATCH] build(deps): Bump fastapi[standard] from 0.115.8 to 0.115.12 Bumps [fastapi[standard]](https://github.com/fastapi/fastapi) from 0.115.8 to 0.115.12. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.115.8...0.115.12) --- 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..4e738f5 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.12", "psycopg>=3.2.4", "pydantic-settings>=2.7.1", "pytz>=2025.1",