From 3b43acd5436ba4de520040f7dd8e74de4a959d14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 01:14:03 +0000 Subject: [PATCH] chore(deps-dev): update pandas-stubs requirement Updates the requirements on [pandas-stubs](https://github.com/pandas-dev/pandas-stubs) to permit the latest version. - [Changelog](https://github.com/pandas-dev/pandas-stubs/blob/main/docs/release_procedure.md) - [Commits](https://github.com/pandas-dev/pandas-stubs/compare/v2.2.2.240807...v2.3.3.260113) --- updated-dependencies: - dependency-name: pandas-stubs dependency-version: 2.3.3.260113 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0d2df965d..16602d52f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -72,7 +72,7 @@ dev = [ "mypy>=1.19.1", "ruff>=0.15.11", "lxml-stubs>=0.5.1", - "pandas-stubs>=2.2.2.240807, <2.2.3.241009", + "pandas-stubs>=2.2.2.240807, <2.3.3.260114", "types-Pygments>=2.19.0.20251121", "types-colorama>=0.4.15.20250801", "types-decorator>=5.2.0.20251101",