Skip to content

Commit c746430

Browse files
authored
chore(deps): update dependency google-api-python-client to v2.47.0 (GoogleCloudPlatform#7622)
[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [google-api-python-client](https://togithub.com/googleapis/google-api-python-client) | `==2.41.0` -> `==2.48.0` | [![age](https://badges.renovateapi.com/packages/pypi/google-api-python-client/2.48.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/google-api-python-client/2.48.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/google-api-python-client/2.48.0/compatibility-slim/2.41.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/google-api-python-client/2.48.0/confidence-slim/2.41.0)](https://docs.renovatebot.com/merge-confidence/) | | [google-api-python-client](https://togithub.com/googleapis/google-api-python-client) | `==2.40.0` -> `==2.48.0` | [![age](https://badges.renovateapi.com/packages/pypi/google-api-python-client/2.48.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/google-api-python-client/2.48.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/google-api-python-client/2.48.0/compatibility-slim/2.40.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/google-api-python-client/2.48.0/confidence-slim/2.40.0)](https://docs.renovatebot.com/merge-confidence/) | | [google-api-python-client](https://togithub.com/googleapis/google-api-python-client) | `==1.12.11` -> `==2.48.0` | [![age](https://badges.renovateapi.com/packages/pypi/google-api-python-client/2.48.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/google-api-python-client/2.48.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/google-api-python-client/2.48.0/compatibility-slim/1.12.11)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/google-api-python-client/2.48.0/confidence-slim/1.12.11)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. ⚠ **Warning**: custom changes will be lost. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/python-docs-samples).
1 parent 1e13e31 commit c746430

File tree

45 files changed

+46
-47
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+46
-47
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# pin pytest to 4.6.11 for Python2.
22
pytest==4.6.11; python_version < '3.0'
3-
google-api-python-client==1.12.11; python_version < '3.0'
3+
google-api-python-client===1.12.11; python_version < '3.0'
44
mock==3.0.5; python_version < '3.0'
55
WebTest==2.0.35; python_version < '3.0'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Flask==1.1.4; python_version < '3.0'
22
Flask==2.1.0; python_version > '3.0'
3-
google-api-python-client==1.12.11; python_version < '3.0'
3+
google-api-python-client===1.12.11; python_version < '3.0'
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
google-api-python-client==1.12.11; python_version < '3.0'
2-
google-auth==2.6.2; python_version < '3.0'
3-
google-auth==2.6.2; python_version > '3.0'
1+
google-api-python-client===1.12.11; python_version < '3.0'
2+
google-auth==2.6.2
43
google-auth-httplib2==0.1.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Flask==2.1.0
2-
google-api-python-client==2.41.0
2+
google-api-python-client==2.47.0
33
google-auth==2.6.2
44
google-cloud-pubsub==2.9.0

auth/api-client/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
google-api-python-client==2.41.0
1+
google-api-python-client==2.47.0
22
google-auth-httplib2==0.1.0
33
google-auth==2.6.2

auth/end-user/web/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
google-auth==2.6.2
22
google-auth-oauthlib==0.5.1
33
google-auth-httplib2==0.1.0
4-
google-api-python-client==2.41.0
4+
google-api-python-client==2.47.0
55
flask==2.1.0
66
requests==2.27.1

compute/api/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
google-api-python-client==2.41.0
1+
google-api-python-client==2.47.0
22
google-auth==2.6.2
33
google-auth-httplib2==0.1.0

compute/auth/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
requests==2.27.1
2-
google-api-python-client==2.41.0
2+
google-api-python-client==2.47.0
33
google-auth==2.6.2
44
google-auth-httplib2==0.1.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cryptography==37.0.2
22
requests==2.27.1
3-
google-api-python-client==2.41.0
3+
google-api-python-client==2.47.0
44
google-auth==2.6.2
55
google-auth-httplib2==0.1.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
google-api-python-client==2.41.0
1+
google-api-python-client==2.47.0

0 commit comments

Comments
 (0)