From 6a2435a4f6b27c57193fb0321d551a5f6141af74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 23:07:46 +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.2) --- updated-dependencies: - dependency-name: pandas dependency-version: 3.0.2 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 5ffe4302..1be02635 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ "numba >= 0.65.0,< 0.66", "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, <25", ]