From e6ad47dbef759d827b4fcfd08c10704ff6ad7f30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 20:15:51 +0000 Subject: [PATCH] Update types-python-dateutil requirement from >= 2.8.19.14 to >=2.9.0.20241206 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.20241206 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8fd3918..1891c9e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ pytest = ">=8.3.5" pytest-cov = ">=5.0.0" tox = ">= 3.9.0" flake8 = ">=5.0.4" -types-python-dateutil = ">= 2.8.19.14" +types-python-dateutil = ">=2.9.0.20241206" mypy = ">= 1.5"