From b04db969da6f3e9881f03525225d524b828cee72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 05:45:17 +0000 Subject: [PATCH] build(deps): bump types-openpyxl from 3.1.5.20240918 to 3.1.5.20241025 Bumps [types-openpyxl](https://github.com/python/typeshed) from 3.1.5.20240918 to 3.1.5.20241025. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-openpyxl 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 5398851..bc3a6ad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ dev = [ "pandas-stubs==2.2.3.241009", "pytest-timeout==2.3.1", "ruff==0.7.1", - "types-openpyxl==3.1.5.20240918", + "types-openpyxl==3.1.5.20241025", "types-requests==2.32.0.20241016", ]