Skip to content

Commit

Permalink
Fix dateutil version to 2.8.2 (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivancasco-sg authored Mar 1, 2024
1 parent 934207d commit 5e0c72e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ def readme():
'netaddr==0.8.0',
'requests<=2.25.1',
'tenacity==7.0.0',
'yamllint<=1.25.0'
'yamllint<=1.25.0',
'python-dateutil==2.8.2'
],
extras_require={
'test': [
Expand Down

0 comments on commit 5e0c72e

Please sign in to comment.