From 36cf4da186bf4f40288f5c8628d0188e9207533f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 07:27:32 +0000 Subject: [PATCH] chore(deps): bump fastapi[standard] in the fastapi group Bumps the fastapi group with 1 update: [fastapi[standard]](https://github.com/fastapi/fastapi). Updates `fastapi[standard]` from 0.129.0 to 0.131.0 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.129.0...0.131.0) --- updated-dependencies: - dependency-name: fastapi[standard] dependency-version: 0.131.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: fastapi ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 38c73b4..4052145 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # https://fastapi.tiangolo.com/#standard-dependencies -fastapi[standard]==0.129.0 +fastapi[standard]==0.131.0 SQLAlchemy==2.0.46 aiosqlite==0.22.1 aiocache==0.12.3