Skip to content

Commit

Permalink
[Backport 2.4][yugabyte#7548][Platform]: Set versions for google modu…
Browse files Browse the repository at this point in the history
…les in requirements.txt

Summary:
Backports D10831

google-api-python-client version should be less than 1.12.0 to match our version of six.

Test Plan: Create GCP provider

Reviewers: sanketh, arnav, daniel, sb-yb

Reviewed By: sb-yb

Subscribers: yugaware

Differential Revision: https://phabricator.dev.yugabyte.com/D12032
  • Loading branch information
WesleyW committed Jun 22, 2021
1 parent 4d5bb90 commit 234377c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
4 changes: 3 additions & 1 deletion managed/devops/python_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ cryptography==1.7.2
docker-compose==1.9.0
docker-py==1.7.0
fabric==2.2.1
google-api-python-client
google-api-python-client==1.10.0
google-api-core==1.22.0
google-auth==1.19.2
graphviz
ipaddr==2.1.11
jmespath==0.9.0
Expand Down
11 changes: 5 additions & 6 deletions managed/devops/python_requirements_frozen.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ backports.ssl-match-hostname==3.7.0.1
backports.tempfile==1.0
backports.weakref==1.0.post1
bcrypt==3.1.7
boto3==1.17.97
boto3==1.17.98
boto==2.49.0
botocore==1.20.97
botocore==1.20.98
cached-property==1.5.2
cachetools==3.1.1
certifi==2021.5.30
Expand All @@ -41,10 +41,10 @@ enum34==1.1.10
fabric==2.2.1
functools32==3.2.3.post2
futures==3.3.0
google-api-core==1.30.0
google-api-python-client==1.12.8
google-api-core==1.22.0
google-api-python-client==1.10.0
google-auth-httplib2==0.1.0
google-auth==1.31.0
google-auth==1.19.2
googleapis-common-protos==1.52.0
graphviz==0.16
httplib2==0.19.1
Expand All @@ -60,7 +60,6 @@ msrest==0.6.21
msrestazure==0.6.4
oauth2client==3.0.0
oauthlib==3.1.0
packaging==20.9
paramiko==2.4.2
protobuf==3.17.3
pyasn1-modules==0.2.8
Expand Down

0 comments on commit 234377c

Please sign in to comment.