From 33a2ead22d36190b0536b8bb272ad8e15c2ff60a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 04:57:13 +0000 Subject: [PATCH] chore(deps): bump pandas-stubs from 2.2.2.240909 to 2.2.3.241009 Bumps [pandas-stubs](https://github.com/pandas-dev/pandas-stubs) from 2.2.2.240909 to 2.2.3.241009. - [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.240909...v2.2.3.241009) --- updated-dependencies: - dependency-name: pandas-stubs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ffb138e2..43b0ccb3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ test = [ typecheck = [ "mypy==1.11.2", "networkx-stubs==0.0.1", - "pandas-stubs==2.2.2.240909", + "pandas-stubs==2.2.3.241009", "pytest==8.3.3", "types-freezegun==1.1.10", "types-requests==2.32.0.20240914 ",