From bec98063f6c3f1876c05fc45f7d523fb1c81e872 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 12:03:27 +0000 Subject: [PATCH] Update dependency types-python-dateutil to v2.9.0.20260508 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dcfd8f6..bdb0f70 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ dependencies = [ dev = [ 'pre-commit==4.5.1', 'django-stubs==5.2.9', - 'types-python-dateutil==2.9.0.20260124', + 'types-python-dateutil==2.9.0.20260508', 'types-requests==2.32.4.20260107', 'mypy==1.19.1', ]