From a6466388b04bac610a57b0935042f4350f427ade Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Feb 2026 07:23:24 +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.131.0 to 0.133.0 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.131.0...0.133.0) --- updated-dependencies: - dependency-name: fastapi[standard] dependency-version: 0.133.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 4052145..093bc1f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # https://fastapi.tiangolo.com/#standard-dependencies -fastapi[standard]==0.131.0 +fastapi[standard]==0.133.0 SQLAlchemy==2.0.46 aiosqlite==0.22.1 aiocache==0.12.3