From a5cb2b860c1c661fa036de50bf5d326e4b019e44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 01:49:17 +0000 Subject: [PATCH] chore(deps)(deps): update pandas requirement from >=2.0.0 to >=3.0.3 Updates the requirements on [pandas](https://github.com/pandas-dev/pandas) to permit the latest version. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v2.0.0...v3.0.3) --- updated-dependencies: - dependency-name: pandas dependency-version: 3.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-prod.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-prod.txt b/requirements-prod.txt index dee8005..2f777b8 100644 --- a/requirements-prod.txt +++ b/requirements-prod.txt @@ -7,7 +7,7 @@ Django>=4.0,<5.0 gunicorn>=22.0.0 psycopg2-binary>=2.9.3 cryptography>=42.0 -pandas>=2.0.0 +pandas>=3.0.3 scikit-learn>=1.5.0 numpy>=1.21.0 whitenoise==6.12.0 diff --git a/requirements.txt b/requirements.txt index 551b9be..ae6ca8a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ Django>=4.0,<5.0 gunicorn>=22.0.0 psycopg2-binary>=2.9.3 cryptography>=42.0 -pandas>=2.0.0 +pandas>=3.0.3 scikit-learn>=1.5.0 numpy>=1.21.0 matplotlib>=3.10.9