From 44d61221951c6b41ca9007ca1f308f34596f995d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 19:02:02 +0000 Subject: [PATCH] pip(deps): bump python-dateutil from 2.8.2 to 2.9.0.post0 Bumps [python-dateutil](https://github.com/dateutil/dateutil) from 2.8.2 to 2.9.0.post0. - [Release notes](https://github.com/dateutil/dateutil/releases) - [Changelog](https://github.com/dateutil/dateutil/blob/master/NEWS) - [Commits](https://github.com/dateutil/dateutil/compare/2.8.2...2.9.0.post0) --- updated-dependencies: - dependency-name: python-dateutil dependency-version: 2.9.0.post0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 732673b..0811214 100644 --- a/requirements.txt +++ b/requirements.txt @@ -41,7 +41,7 @@ pytest-asyncio==0.24.0 pytest-cov==6.0.0 # Utilities -python-dateutil==2.9.0 +python-dateutil==2.9.0.post0 colorama==0.4.6 tqdm==4.67.1 schedule==1.2.2