Skip to content

Commit

Permalink
Update dependencies to work with python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
binoculars committed Sep 27, 2024
1 parent 11efcc2 commit 863a8e7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ colorama==0.4.1
docutils==0.14
jmespath==0.9.4
progress==1.5
pyfiglet==0.8.post1
pyfiglet==1.0.2
python-dateutil==2.8.0
s3transfer==0.7.0
setuptools==75.1.0
setuptools-scm==3.3.3
six==1.16.0
terminaltables==3.1.0
urllib3==2.0.7
urllib3==2.0.7
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@ def readme():
'docutils==0.14',
'jmespath==0.9.4',
'progress==1.5',
'pyfiglet==0.8.post1',
'pyfiglet==1.0.2',
'python-dateutil==2.8.0',
's3transfer==0.7.0',
'setuptools==75.1.0',
'setuptools-scm==3.3.3',
'six==1.16.0',
'terminaltables==3.1.0',
Expand Down

0 comments on commit 863a8e7

Please sign in to comment.