From 77bacf4b92aa1e8845ec367f33de757125c052e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 06:09:25 +0000 Subject: [PATCH] Update pandera requirement from <0.31,>=0.30.1 to >=0.30.1,<0.32 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.30.1...v0.31.1) --- updated-dependencies: - dependency-name: pandera dependency-version: 0.31.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 1c37c6eb..808d4bfb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dependencies = [ "numexpr >= 2.8, < 2.14.2", "numpy >= 1.18.5,< 3", "pandas >= 1.4,< 2.4", - "pandera >= 0.30.1, < 0.31", + "pandera >= 0.30.1, < 0.32", "pyarrow>=7, <25", "rmi.etoolbox @ git+https://github.com/rmi/etoolbox.git", ]