Skip to content

Commit

Permalink
Bump boto3 for SSO support.
Browse files Browse the repository at this point in the history
boto3 has supported SSO profiles since 1.14.0. No other changes required
to support them.
  • Loading branch information
erik committed Nov 11, 2021
1 parent d9998e6 commit c194d20
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 @@ -20,7 +20,7 @@
},
license='MIT',
install_requires=[
'boto3==1.5.6',
'boto3==1.20.2',
'docopt==0.6.2',
'six==1.11.0',
# Backport for python2.7
Expand Down

0 comments on commit c194d20

Please sign in to comment.