From 43451d02f0e680f63a1c53ae8c9086ef7a1a5a3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 13:13:36 +0000 Subject: [PATCH] chore(deps-dev)(deps-dev): update types-python-dateutil requirement Updates the requirements on [types-python-dateutil](https://github.com/python/typeshed) to permit the latest version. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-python-dateutil dependency-version: 2.9.0.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..1619cd3 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -14,7 +14,7 @@ mypy>=1.20.2,<2.0.0 pyright>=1.1.409 # Type stubs (compatible versions) -types-python-dateutil>=2.8.0.0 +types-python-dateutil>=2.9.0.20260508 types-openpyxl>=3.1.0.0 types-tabulate>=0.10.0.20260408 # Note: python-dotenv has inline types (py.typed), no stub package needed