From 3a22784fbef0d0e837aa3554e566cc11a41fe3f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 20:13:43 +0000 Subject: [PATCH] Update pandas requirement from <3,>=2.2 to >=2.2,<4 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] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 232587d..0e45c49 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ dev = [ [project.optional-dependencies] web = [ "streamlit>=1.50,<2", - "pandas>=2.2,<3", + "pandas>=2.2,<4", "openpyxl>=3.1,<4", "google-genai>=1.0,<2", "pypdf>=5,<7", diff --git a/requirements.txt b/requirements.txt index 12ef698..f1cdab7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ streamlit>=1.50,<2 -pandas>=2.2,<3 +pandas>=2.2,<4 openpyxl>=3.1,<4 google-genai>=1.0,<2 pypdf>=5,<7