Skip to content

Commit

Permalink
Merge pull request kapicorp#744 from kapicorp/cve_boto_update
Browse files Browse the repository at this point in the history
Update boto3 and remove urllib3
  • Loading branch information
uberspot authored Jun 27, 2021
2 parents fcee15a + ba58734 commit bd38ca7
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 62 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ python-gnupg = "==0.4.6"
six = ">=1.15.0"
cryptography = ">=3.3.2"
google-api-python-client = "==1.7.11"
boto3 = ">=1.14.3"
boto3 = ">=1.17.101"
requests = "==2.25.0"
addict = "==2.2.1"
yamllint = ">=1.23.0"
Expand Down
128 changes: 70 additions & 58 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ python-gnupg==0.4.6
six>=1.15.0
cryptography>=3.3.2
google-api-python-client==1.7.11
boto3>=1.14.3
# Can be removed once https://github.com/boto/botocore/issues/2187 is resolved
urllib3==1.25.10
boto3>=1.17.101
requests==2.23.0
addict==2.2.1
yamllint>=1.23.0
Expand Down

0 comments on commit bd38ca7

Please sign in to comment.