From 9f48289c35700680494ed4b3b2fdb88ef3186316 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 01:24:58 +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 e3cbdd0..048a634 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ pytest = ">= 7.2.1" pytest-cov = ">= 2.8.1" tox = ">= 3.9.0" flake8 = ">= 4.0.0" -types-python-dateutil = ">= 2.8.19.14" +types-python-dateutil = ">=2.9.0.20241206" mypy = ">= 1.5"