From f42d8b0ea57182b8cba86222721dee2808cbb16d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 15:03:12 +0000 Subject: [PATCH] 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.20241206 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index fa07a03..699073b 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2,5 +2,5 @@ pytest-cov >= 5.0.0 pytest >= 8.3.5 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