From 2f622f2a215d585e2ceafa4ca78bc65a71712a18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 07:36:54 +0000 Subject: [PATCH] Update pandas-stubs requirement from ~=2.3 to ~=3.0 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.3.0.250702...v3.0.0.260204) --- updated-dependencies: - dependency-name: pandas-stubs dependency-version: 3.0.0.260204 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 67d07efa8..fe1b6286d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dev = [ "mkdocs-exclude-search~=0.6", "mkdocs-typer~=0.0.3", "nbconvert~=7.16", - "pandas-stubs~=2.3", + "pandas-stubs~=3.0", "poethepoet~=0.31", "pyright~=1.1", "pytest~=8.3",