Skip to content

Commit 1b3da50

Browse files
authored
chore(deps): update dependency google-api-python-client to v1.12.5 (GoogleCloudPlatform#4892)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [google-api-python-client](https://togithub.com/googleapis/google-api-python-client) | patch | `==1.12.4` -> `==1.12.5` | --- ### Release Notes <details> <summary>googleapis/google-api-python-client</summary> ### [`v1.12.5`](https://togithub.com/googleapis/google-api-python-client/blob/master/CHANGELOG.md#&#8203;1125-httpswwwgithubcomgoogleapisgoogle-api-python-clientcomparev1124v1125-2020-10-22) [Compare Source](https://togithub.com/googleapis/google-api-python-client/compare/v1.12.4...v1.12.5) </details> --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Never, or you tick the rebase/retry checkbox. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- 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 802f84b commit 1b3da50

File tree

33 files changed

+33
-33
lines changed

33 files changed

+33
-33
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
pytest==4.6.11; python_version < '3.0'
2-
google-api-python-client==1.12.4
2+
google-api-python-client==1.12.5
33
mock==3.0.5; python_version < '3.0'
44
WebTest==2.0.35
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Flask==1.1.2
2-
google-api-python-client==1.12.4
2+
google-api-python-client==1.12.5
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
google-api-python-client==1.12.4
1+
google-api-python-client==1.12.5
22
google-auth==1.22.1
33
google-auth-httplib2==0.0.4
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Flask==1.1.2
2-
google-api-python-client==1.12.4
2+
google-api-python-client==1.12.5
33
google-auth==1.22.1
44
google-cloud-pubsub==1.7.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==1.12.4
1+
google-api-python-client==1.12.5
22
google-auth-httplib2==0.0.4
33
google-auth==1.22.1

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==1.22.1
22
google-auth-oauthlib==0.4.1
33
google-auth-httplib2==0.0.4
4-
google-api-python-client==1.12.4
4+
google-api-python-client==1.12.5
55
flask==1.1.2
66
requests==2.24.0

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==1.12.4
1+
google-api-python-client==1.12.5
22
google-auth==1.22.1
33
google-auth-httplib2==0.0.4

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.24.0
2-
google-api-python-client==1.12.4
2+
google-api-python-client==1.12.5
33
google-auth==1.22.1
44
google-auth-httplib2==0.0.4
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cryptography==3.1.1
22
requests==2.24.0
3-
google-api-python-client==1.12.4
3+
google-api-python-client==1.12.5
44
google-auth==1.22.1
55
google-auth-httplib2==0.0.4

compute/oslogin/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
google-api-python-client==1.12.4
1+
google-api-python-client==1.12.5
22
google-auth==1.22.1
33
google-auth-httplib2==0.0.4
44
requests==2.24.0

0 commit comments

Comments
 (0)