From d731286145fc2feb5924beee7e080908d2d72400 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 05:28:32 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20bump=20types-python-dateutil=20f?= =?UTF-8?q?rom=202.9.0.20251008=20to=202.9.0.20251115?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [types-python-dateutil](https://github.com/typeshed-internal/stub_uploader) from 2.9.0.20251008 to 2.9.0.20251115. - [Commits](https://github.com/typeshed-internal/stub_uploader/commits) --- updated-dependencies: - dependency-name: types-python-dateutil dependency-version: 2.9.0.20251115 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index bd0e1b0..3ce41f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dynamic = ["version"] all = [ "ujson==5.10.0", "python-dateutil==2.9.0.post0", - "types-python-dateutil==2.9.0.20251008", + "types-python-dateutil==2.9.0.20251115", "psutil==7.1.0", ] checksum = [ @@ -34,7 +34,7 @@ checksum = [ ] dateutil = [ "python-dateutil==2.9.0.post0", - "types-python-dateutil==2.9.0.20251008", + "types-python-dateutil==2.9.0.20251115", ] memory = [ "psutil==7.1.0",