From c505ad8a8f8284072724058eccda9e477f65aecb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 23:31:50 +0000 Subject: [PATCH 1/2] build(deps): update python-dateutil requirement 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.9.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 0b2e612..18a9c55 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ jsonpickle>=3.3, <4.1 -python-dateutil>= 2.9, < 3.0 +python-dateutil>= 2.9.0.post0, < 3.0 apimatic-core-interfaces~=0.1.0, >= 0.1.8 requests~=2.31 setuptools>=68.0.0 From a2767c458f874a52de8aada7827ded017a58379c Mon Sep 17 00:00:00 2001 From: Muhammad Sufyan Date: Fri, 5 Jun 2026 17:48:52 +0500 Subject: [PATCH 2/2] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0703d0f..8d6eb45 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ install_requires=[ 'apimatic-core-interfaces~=0.1.0, >= 0.1.8', 'jsonpickle>=3.3, <4.1', - 'python-dateutil>= 2.9, < 3.0', + 'python-dateutil>= 2.9.0.post0, < 3.0', 'requests~=2.31', 'setuptools>=68.0.0', 'jsonpointer~=3.0',