From 6d28911a8c6df74c2e176aa52d22a32123f87996 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Jul 2026 03:23:07 +0000 Subject: [PATCH] chore(deps): update pandera requirement from <=0.32.0 to <=0.32.1 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/0.0.1...v0.32.1) --- updated-dependencies: - dependency-name: pandera dependency-version: 0.32.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 7d50ae15..c9376658 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ "cookiecutter<=2.7.1", "numpy>=2,<=2.2.6", "pandas>=2,<3.0.0", - "pandera<=0.32.0", + "pandera<=0.32.1", "pexpect<=4.9.0", "pip", "pulp<=3.3.2",