Skip to content

Commit 9f9838f

Browse files
build(deps): update python-dateutil requirement from <3.0,>=2.9 to >=2.9.0.post0,<3.0 (#120)
* 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](dateutil/dateutil@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] <support@github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Muhammad Sufyan <muhammad.sufyan@apimatic.io>
1 parent ae5719d commit 9f9838f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
jsonpickle>=3.3, <4.1
2-
python-dateutil>= 2.9, < 3.0
2+
python-dateutil>= 2.9.0.post0, < 3.0
33
apimatic-core-interfaces~=0.1.0, >= 0.1.8
44
requests~=2.31
55
setuptools>=68.0.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
install_requires=[
2626
'apimatic-core-interfaces~=0.1.0, >= 0.1.8',
2727
'jsonpickle>=3.3, <4.1',
28-
'python-dateutil>= 2.9, < 3.0',
28+
'python-dateutil>= 2.9.0.post0, < 3.0',
2929
'requests~=2.31',
3030
'setuptools>=68.0.0',
3131
'jsonpointer~=3.0',

0 commit comments

Comments
 (0)