From 0a9d656507e9939fa57219cf85cbc59a65349bdd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Aug 2025 11:19:23 +0000 Subject: [PATCH] Bump pandas from 2.1.3 to 2.3.1 in /backend Bumps [pandas](https://github.com/pandas-dev/pandas) from 2.1.3 to 2.3.1. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v2.1.3...v2.3.1) --- updated-dependencies: - dependency-name: pandas dependency-version: 2.3.1 dependency-type: direct:production update-type: version-update:semver-minor ... 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 5d4c2c4..342ddcd 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -2,7 +2,7 @@ fastapi==0.104.1 uvicorn==0.24.0 sqlalchemy==2.0.23 psycopg2-binary==2.9.9 -pandas==2.1.3 +pandas==2.3.1 numpy==1.25.2 matplotlib==3.8.2 scikit-learn==1.3.2