From 85e48b819471ca49d546fbb605c0a244ef21e2a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 16:08:21 +0000 Subject: [PATCH] deps: update pandas requirement from <3.0.0,>=2.0.0 to >=2.3.3,<3.0.0 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...v2.3.3) --- updated-dependencies: - dependency-name: pandas dependency-version: 2.3.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b294d6e..c2bafd3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -39,7 +39,7 @@ requests>=2.31.0,<3.0.0 # For data science, clustering, and risk analysis scikit-learn>=1.3.0,<2.0.0 numpy>=1.24.0,<3.0.0 -pandas>=2.0.0,<3.0.0 +pandas>=2.3.3,<3.0.0 # For HTML/PDF report generation jinja2>=3.1.0,<4.0.0