From e90d03ef4e3ae7fa13eadefb7960a69438163190 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 07:08:06 +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.125.0 to 0.127.0 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.125.0...0.127.0) --- updated-dependencies: - dependency-name: fastapi[standard] dependency-version: 0.127.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 8514c0d..b9f5241 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # https://fastapi.tiangolo.com/#standard-dependencies -fastapi[standard]==0.125.0 +fastapi[standard]==0.127.0 SQLAlchemy==2.0.45 aiosqlite==0.22.0 aiocache==0.12.3