From 015173e828624923305df5142775c0a1c8bd99b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 05:30:06 +0000 Subject: [PATCH] Update pandera requirement from <0.24,>=0.20.1 to >=0.20.1,<0.25 Updates the requirements on [pandera](https://github.com/pandera-dev/pandera) to permit the latest version. - [Release notes](https://github.com/pandera-dev/pandera/releases) - [Commits](https://github.com/pandera-dev/pandera/compare/v0.20.1...v0.24.0) --- updated-dependencies: - dependency-name: pandera dependency-version: 0.24.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 97d991b0..31f7a755 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dependencies = [ "numexpr >= 2.8, < 2.10.3", "numpy >= 1.18.5,< 3", "pandas >= 1.4,< 2.4", - "pandera >= 0.20.1, < 0.24", + "pandera >= 0.20.1, < 0.25", "pyarrow>=7, <21", "rmi.etoolbox @ git+https://github.com/rmi/etoolbox.git", ]