From bd6c565fa0e9ceb0f6129ece792a08bb7eef4a1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 06:09:00 +0000 Subject: [PATCH] Update pandas requirement from <2.3,>=1.4 to >=1.4,<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/v1.4.0...v2.3.0) --- updated-dependencies: - dependency-name: pandas dependency-version: 2.3.0 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 ddf80c27..16883b77 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ "numba >= 0.60.0,< 0.62", "numexpr >= 2.8, < 2.10.3", "numpy >= 1.18.5,< 3", - "pandas >= 1.4,< 2.3", + "pandas >= 1.4,< 2.4", "pandera >= 0.20.1, < 0.24", "pyarrow>=7, <21", "rmi.etoolbox @ git+https://github.com/rmi/etoolbox.git",