From bd0beb47d477ce2203724936dd0e42a35ad9827e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 04:22:03 +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.133.0 to 0.133.1 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.133.0...0.133.1) --- updated-dependencies: - dependency-name: fastapi[standard] dependency-version: 0.133.1 dependency-type: direct:production update-type: version-update:semver-patch 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 8c49620..6d6f19e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # https://fastapi.tiangolo.com/#standard-dependencies -fastapi[standard]==0.133.0 +fastapi[standard]==0.135.1 SQLAlchemy==2.0.47 aiosqlite==0.22.1 aiocache==0.12.3