From 98bca3590970d73c8365338ad994fbc9771575c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 21:16:59 +0000 Subject: [PATCH] deps: update pandas requirement from >=2.2 to >=3.0.5 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.2.0...v3.0.5) --- updated-dependencies: - dependency-name: pandas dependency-version: 3.0.5 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 69a9178..c0b72b5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ streamlit>=1.40 sqlalchemy>=2.0 pydantic>=2.8 psutil>=6.0 -pandas>=2.2 +pandas>=3.0.5 plotly>=5.24 pytest>=8.0 ruff>=0.6