From bda0f80a993e1716ccd244133c6f781a4f3cd1b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Feb 2026 20:12:45 +0000 Subject: [PATCH] build(deps): bump fastapi from 0.129.0 to 0.129.2 in /backend Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.129.0 to 0.129.2. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.129.0...0.129.2) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.129.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 5710970..62c6164 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,5 +1,5 @@ boto3==1.42.49 -fastapi==0.129.0 +fastapi==0.129.2 httpx==0.28.1 psycopg2-binary==2.9.9 pypdf==6.7.1