From 89fff721fd72a3692a641155807ce3262d77f940 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Feb 2026 23:05:33 +0000 Subject: [PATCH] chore: bump fastapi from 0.109.0 to 0.129.0 Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.109.0 to 0.129.0. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.109.0...0.129.0) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.129.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- roadcoin/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roadcoin/requirements.txt b/roadcoin/requirements.txt index 76c79bd..06d2c29 100644 --- a/roadcoin/requirements.txt +++ b/roadcoin/requirements.txt @@ -1,4 +1,4 @@ -fastapi==0.109.0 +fastapi==0.129.0 uvicorn[standard]==0.27.0 pydantic==2.5.3 redis==5.0.1