Skip to content

Commit

Permalink
update boto3 version requirements (#228)
Browse files Browse the repository at this point in the history
recent updates to ef-version require an updated version of the boto3 library. works with the current version 1.17.112
  • Loading branch information
dlutsch authored Jul 16, 2021
1 parent 646d582 commit 384b1b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def readme():
'efopen'
],
install_requires=[
'boto3',
'boto3>=1.17.112',
'click<=7.1.2',
'PyYAML<=5.4.1',
'cfn-lint',
Expand Down

0 comments on commit 384b1b1

Please sign in to comment.