From e434992d74481f04fa07d58e32c1157169d07516 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 13:13:29 +0000 Subject: [PATCH] chore(deps-dev)(deps-dev): update types-openpyxl requirement Updates the requirements on [types-openpyxl](https://github.com/python/typeshed) to permit the latest version. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-openpyxl dependency-version: 3.1.5.20260508 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements/dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index d0b31fc..00e55c8 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -15,7 +15,7 @@ pyright>=1.1.409 # Type stubs (compatible versions) types-python-dateutil>=2.8.0.0 -types-openpyxl>=3.1.0.0 +types-openpyxl>=3.1.5.20260508 types-tabulate>=0.10.0.20260408 # Note: python-dotenv has inline types (py.typed), no stub package needed # Note: types-requests removed (requests library not used for GDPR compliance)