From d22a580e42f2971429b7c5b96c71c2cfce8dc062 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 17:08:02 +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 d767cfa..4bdd406 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ pytest = ">=8.3.5" pytest-cov = ">=5.0.0" tox = ">=4.25.0" flake8 = ">=5.0.4" -types-python-dateutil = ">= 2.8.19.14" +types-python-dateutil = ">=2.9.0.20241206" mypy = ">=1.14.1"