From 7396d9d6e7a3f7f4bbf69e1c3b668e935a9fa306 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 11:36:36 +0000 Subject: [PATCH] deps:(deps): bump pandas-stubs from 2.2.0.240218 to 2.2.1.240316 Bumps [pandas-stubs](https://github.com/pandas-dev/pandas-stubs) from 2.2.0.240218 to 2.2.1.240316. - [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.0.240218...v2.2.1.240316) --- 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 91545f88..66d06b36 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ dev = [ "pyright==1.1.330.post0", "pre-commit==3.4.0", "ruff==0.2.1", # important that these match the pre-commit hooks - "pandas-stubs==2.2.0.240218", # type stubs for pandas + "pandas-stubs==2.2.1.240316", # type stubs for pandas "invoke==2.1.1", ] test = [