From c708c4969c4585d5c4f61888476c98378fa2fae6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 21:38:36 +0000 Subject: [PATCH] Bump fastapi[all] from 0.133.1 to 0.135.1 in /python/fastapi-postgres Bumps [fastapi[all]](https://github.com/fastapi/fastapi) from 0.133.1 to 0.135.1. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.133.1...0.135.1) --- updated-dependencies: - dependency-name: fastapi[all] dependency-version: 0.135.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- python/fastapi-postgres/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/fastapi-postgres/requirements.txt b/python/fastapi-postgres/requirements.txt index bc64954..828c477 100644 --- a/python/fastapi-postgres/requirements.txt +++ b/python/fastapi-postgres/requirements.txt @@ -1,4 +1,4 @@ -fastapi[all]==0.133.1 +fastapi[all]==0.135.1 pydantic==2.12.5 psycopg2-binary==2.9.11 SQLAlchemy==2.0.47