From ee07993c944a31e9585ccde7821b77453ac4cf1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 18:23:20 +0200 Subject: [PATCH] build(deps-dev): bump pandas-stubs from 3.0.0.260204 to 3.0.3.260530 (#1088) Bumps [pandas-stubs](https://github.com/pandas-dev/pandas-stubs) from 3.0.0.260204 to 3.0.3.260530. - [Changelog](https://github.com/pandas-dev/pandas-stubs/blob/main/docs/release_procedure.md) - [Commits](https://github.com/pandas-dev/pandas-stubs/compare/v3.0.0.260204...v3.0.3.260530) --- updated-dependencies: - dependency-name: pandas-stubs dependency-version: 3.0.3.260530 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3cec0f0..c4bfc7c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ dev = [ "pre-commit==4.6.0", "mypy==2.1.0", "types-requests==2.33.0.20260518", # for mypy - "pandas-stubs==3.0.0.260204", # for mypy + "pandas-stubs==3.0.3.260530", # for mypy "tokenize-rt==6.2.0", # for mypy "types-docutils==0.22.3.20260518", # for mypy "types-PyYaml==6.0.12.20260518", # for mypy