From 6e843f1b72af75174a5a9a502df900b07bfe3156 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Jul 2025 06:55:28 +0000 Subject: [PATCH] Update pandera requirement from <0.25,>=0.20.1 to >=0.20.1,<0.26 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.25.0) --- updated-dependencies: - dependency-name: pandera dependency-version: 0.25.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 b48f9c94..071ca725 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dependencies = [ "numexpr >= 2.8, < 2.11.1", "numpy >= 1.18.5,< 3", "pandas >= 1.4,< 2.4", - "pandera >= 0.20.1, < 0.25", + "pandera >= 0.20.1, < 0.26", "pyarrow>=7, <21", "rmi.etoolbox @ git+https://github.com/rmi/etoolbox.git", ]