From 1b4a770ae6a2c40bae47b08ce4dc873ed13f1123 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 08:58:39 +0000 Subject: [PATCH 1/2] build(deps): 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-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 a4f7487..0c62859 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ jsonpickle~=3.3.0 -python-dateutil~=2.8 +python-dateutil~=2.9 apimatic-core-interfaces~=0.1.0 requests~=2.31 setuptools>=68.0.0 From fa008f7a4c48b1d1d1fda47f1ae5f8923e24b52a Mon Sep 17 00:00:00 2001 From: Muhammad Sufyan Date: Wed, 26 Nov 2025 16:14:30 +0500 Subject: [PATCH 2/2] adds range for the python-dateutil --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b343116..8bf9921 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ jsonpickle~=3.3.0 -python-dateutil~=2.9 +python-dateutil>= 2.9, < 3.0 apimatic-core-interfaces~=0.1.0, >= 0.1.6 requests~=2.31 setuptools>=68.0.0