From defad319c0a699a57c9cae84e96aac0cef052463 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 02:36:09 +0000 Subject: [PATCH] Update python-dateutil requirement from ~=2.8 to ~=2.9 Updates the requirements on [python-dateutil](https://github.com/dateutil/dateutil) to permit the latest version. - [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.0...2.9.0.post0) --- updated-dependencies: - dependency-name: python-dateutil dependency-version: 2.9.0.post0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d607ecc..12a7b2e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ platformdirs~=4.2 -python-dateutil~=2.8 +python-dateutil~=2.9 requests~=2.31