From a148ab3d2b0081821007a7479085b10f954b138d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Aug 2026 21:32:41 +0000 Subject: [PATCH] build(deps): bump fastapi in /python/fastapi-postgres Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.133.1 to 0.141.1. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.133.1...0.141.1) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.141.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 1f25ad99..e015b2c3 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.141.1 pydantic==2.12.5 psycopg2-binary==2.9.11 SQLAlchemy==2.0.47