Skip to content

Commit

Permalink
Merge pull request #131 from montblu/130-remove-flake8
Browse files Browse the repository at this point in the history
Remove not needed packages and update them
  • Loading branch information
MiguelNdeCarvalho authored Mar 5, 2024
2 parents 8b1240b + e4b0891 commit 55cd63e
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,15 @@
boto3==1.24.87
botocore==1.27.87
boto3==1.34.56
botocore==1.34.56
click==8.1.7
colorama==0.4.6
contextlib2==21.6.0
flake8==6.0.0
Jinja2==3.1.3
jmespath==1.0.1
mccabe==0.7.0
pycodestyle==2.9.1
pyflakes==3.0.1
python-dateutil==2.8.2
PyYAML==6.0
s3transfer==0.6.0
MarkupSafe==2.1.5
python-dateutil==2.9.0.post0
PyYAML==6.0.1
s3transfer==0.10.0
schema==0.7.5
semantic-version==2.10.0
six==1.16.0
urllib3==1.26.15
urllib3==2.0.7

0 comments on commit 55cd63e

Please sign in to comment.