Skip to content

Commit

Permalink
Merge pull request #56 from GoogleCloudPlatform/rsa
Browse files Browse the repository at this point in the history
Bump RSA version to include security fixes.
  • Loading branch information
thomasmaclean authored Sep 9, 2021
2 parents 22c3999 + e644ad5 commit 53e3765
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
rsa==4.3; python_version < "3.5"
rsa==4.7.2
boto>=2.29.1
google-reauth>=0.1.0
httplib2>=0.18
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@
"""

requires = [
# Other versions of rsa>4 do not support Python 2.
'rsa==4.3; python_version < "3.5"',
'rsa==4.7.2',
'boto>=2.29.1',
'google-reauth>=0.1.0',
'httplib2>=0.18',
Expand Down

0 comments on commit 53e3765

Please sign in to comment.