From a6a0eddc4506d5934f469c1403f86a37a0239b39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 21:02:04 +0000 Subject: [PATCH] Update pandas requirement from <3.0,>=1.4 to >=1.4,<4.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/v1.4.0...v3.0.1) --- updated-dependencies: - dependency-name: pandas dependency-version: 3.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index daa6275c..6660e455 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ "numba >= 0.60.0,< 0.65", "numexpr >= 2.8, < 2.14.2", "numpy >= 1.18.5,< 3", - "pandas >= 1.4,< 3.0", + "pandas >= 1.4,< 4.0", "pandera >= 0.20.1, < 0.31", "pyarrow>=7, <24", ]