From b8a7df24ce829f875f564a5450420c56789ac9e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 02:58:16 +0000 Subject: [PATCH] chore(deps): 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 f07ab94..548aff4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ tools = [ ] app = [ "gradio[oauth]>=6.15,<7", - "pandas>=2.2,<3", + "pandas>=2.2,<4", ] dev = [ "pytest>=8.0", diff --git a/requirements.txt b/requirements.txt index 04259c2..ee9acae 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ # Space installs from requirements.txt. CI's "space-parity" job installs exactly # this file and imports app.py, so drift is caught before deploy. gradio[oauth]>=6.15,<7 -pandas>=2.2,<3 +pandas>=2.2,<4 requests>=2.32,<3 pydantic>=2.10,<3