From 726f4b5a831ef9bd7ecbdc748fa9d81579f8f046 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 12:56:25 +0000 Subject: [PATCH] chore(deps): bump the all-dependencies group across 1 directory with 2 updates Bumps the all-dependencies group with 2 updates in the /backend directory: [fastapi](https://github.com/fastapi/fastapi) and [numpy](https://github.com/numpy/numpy). Updates `fastapi` from 0.120.2 to 0.121.3 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.120.2...0.121.3) Updates `numpy` from 2.3.4 to 2.3.5 - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v2.3.4...v2.3.5) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.121.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: numpy dependency-version: 2.3.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index e053015..d90b832 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,6 +1,6 @@ argon2-cffi==25.1.0 -fastapi==0.120.2 -numpy==2.3.4 +fastapi==0.121.3 +numpy==2.3.5 pandas==2.3.3 python-dotenv==1.2.1 python-multipart==0.0.20