From df52c22512e1a4348f7dd9c95ac6797a657f8651 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 10:31:24 +0000 Subject: [PATCH] chore(deps-dev): bump fastapi from 0.127.0 to 0.131.0 Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.127.0 to 0.131.0. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.127.0...0.131.0) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.131.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- dev_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev_requirements.txt b/dev_requirements.txt index c8eb4edc..335105ce 100644 --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -18,6 +18,6 @@ pytest-xdist tabulate colorlog == 6.9.0 hypothesis == 6.150.2 -fastapi == 0.127.0 +fastapi == 0.131.0 humanize == 4.15.0 uvicorn == 0.40.0