Skip to content

Commit 88ca655

Browse files
authored
Update dependency google-api-python-client to v1.9.3 (#4057)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [google-api-python-client](https://github.com/googleapis/google-api-python-client) | patch | `==1.9.2` -> `==1.9.3` | --- ### Release Notes <details> <summary>googleapis/google-api-python-client</summary> ### [`v1.9.3`](https://github.com/googleapis/google-api-python-client/blob/master/CHANGELOG.md#&#8203;193-httpswwwgithubcomgoogleapisgoogle-api-python-clientcomparev192v193-2020-06-10) [Compare Source](https://github.com/googleapis/google-api-python-client/compare/v1.9.2...v1.9.3) </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#GoogleCloudPlatform/python-docs-samples).
1 parent 82bca93 commit 88ca655

File tree

37 files changed

+37
-37
lines changed

37 files changed

+37
-37
lines changed
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.9.2
2+
google-api-python-client==1.9.3
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
google-api-python-client==1.9.2
1+
google-api-python-client==1.9.3
22
google-auth==1.17.2
33
google-auth-httplib2==0.0.3
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.9.2
2+
google-api-python-client==1.9.3
33
google-auth==1.17.2
44
google-cloud-pubsub==1.5.0
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.9.2
2+
google-api-python-client==1.9.3
33
google-auth==1.17.2
44
google-cloud-pubsub==1.5.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.9.2
1+
google-api-python-client==1.9.3
22
google-auth-httplib2==0.0.3
33
google-auth==1.17.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==1.17.2
22
google-auth-oauthlib==0.4.1
33
google-auth-httplib2==0.0.3
4-
google-api-python-client==1.9.2
4+
google-api-python-client==1.9.3
55
flask==1.1.2
66
requests==2.23.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.9.2
1+
google-api-python-client==1.9.3
22
google-auth==1.17.2
33
google-auth-httplib2==0.0.3

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.23.0
2-
google-api-python-client==1.9.2
2+
google-api-python-client==1.9.3
33
google-auth==1.17.2
44
google-auth-httplib2==0.0.3

compute/encryption/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cryptography==2.9.2
22
requests==2.23.0
3-
google-api-python-client==1.9.2
3+
google-api-python-client==1.9.3
44
google-auth==1.17.2
55
google-auth-httplib2==0.0.3

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.9.2
1+
google-api-python-client==1.9.3
22
google-auth==1.17.2
33
google-auth-httplib2==0.0.3
44
requests==2.23.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
google-api-python-client==1.9.2
1+
google-api-python-client==1.9.3
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
google-api-python-client==1.9.2
1+
google-api-python-client==1.9.3
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
google-api-python-client==1.9.2
1+
google-api-python-client==1.9.3
22
google-auth==1.17.2
33
google-auth-httplib2==0.0.3

functions/billing/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
slackclient==2.7.1
22
# [START functions_billing_limit_appengine_deps]
3-
google-api-python-client==1.9.2
3+
google-api-python-client==1.9.3
44
# [START functions_billing_limit_appengine_deps]

functions/slack/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.9.2
1+
google-api-python-client==1.9.3
22
flask==1.1.2
33
slackeventsapi==2.1.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
google-api-python-client==1.9.2
1+
google-api-python-client==1.9.3
22
google-auth-httplib2==0.0.3
33
google-auth==1.17.2
44
google-cloud==0.34.0

healthcare/api-client/dicom/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.9.2
1+
google-api-python-client==1.9.3
22
google-auth-httplib2==0.0.3
33
google-auth==1.17.2
44
google-cloud-pubsub==1.5.0

healthcare/api-client/fhir/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.9.2
1+
google-api-python-client==1.9.3
22
google-auth-httplib2==0.0.3
33
google-auth==1.17.2
44
google-cloud==0.34.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
google-api-python-client==1.9.2
1+
google-api-python-client==1.9.3
22
google-auth-httplib2==0.0.3
33
google-auth==1.17.2
44
google-cloud==0.34.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
google-api-python-client==1.9.2
1+
google-api-python-client==1.9.3
22
google-auth-httplib2==0.0.3
33
google-auth==1.17.2
44
google-cloud==0.34.0

healthcare/api-client/v1/dicom/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.9.2
1+
google-api-python-client==1.9.3
22
google-auth-httplib2==0.0.3
33
google-auth==1.17.2
44
google-cloud-pubsub==1.5.0

healthcare/api-client/v1/fhir/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.9.2
1+
google-api-python-client==1.9.3
22
google-auth-httplib2==0.0.3
33
google-auth==1.17.2
44
google-cloud==0.34.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
google-api-python-client==1.9.2
1+
google-api-python-client==1.9.3
22
google-auth-httplib2==0.0.3
33
google-auth==1.17.2
44
google-cloud==0.34.0

iam/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.9.2
1+
google-api-python-client==1.9.3
22
google-auth==1.17.2
33
google-auth-httplib2==0.0.3

iot/api-client/end_to_end_example/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cryptography==2.9.2
2-
google-api-python-client==1.9.2
2+
google-api-python-client==1.9.3
33
google-auth-httplib2==0.0.3
44
google-auth==1.17.2
55
google-cloud-pubsub==1.5.0

iot/api-client/gcs_file_to_device/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.9.2
1+
google-api-python-client==1.9.3
22
google-auth==1.17.2
33
google-auth-httplib2==0.0.3
44
google-cloud-iot==1.0.0

iot/api-client/http_example/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cryptography==2.9.2
2-
google-api-python-client==1.9.2
2+
google-api-python-client==1.9.3
33
google-auth-httplib2==0.0.3
44
google-auth==1.17.2
55
google-cloud-iot==1.0.0

iot/api-client/manager/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cryptography==2.9.2
22
flaky==3.6.1
3-
google-api-python-client==1.9.2
3+
google-api-python-client==1.9.3
44
google-auth-httplib2==0.0.3
55
google-auth==1.17.2
66
google-cloud-iot==1.0.0

iot/api-client/mqtt_example/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cryptography==2.9.2
2-
google-api-python-client==1.9.2
2+
google-api-python-client==1.9.3
33
google-auth-httplib2==0.0.3
44
google-auth==1.17.2
55
google-cloud-pubsub==1.5.0

jobs/v3/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.9.2
1+
google-api-python-client==1.9.3
22
google-auth==1.17.2
33
google-auth-httplib2==0.0.3
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
google-api-python-client==1.9.2
1+
google-api-python-client==1.9.3
22
google-auth==1.17.2
33
google-auth-httplib2==0.0.3

language/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.9.2
1+
google-api-python-client==1.9.3
22
google-auth==1.17.2
33
google-auth-httplib2==0.0.3
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
tensorflow==2.0.1; python_version > "3.0"
22
tensorflow==1.15.0; python_version < "3.0"
3-
google-api-python-client==1.9.2
3+
google-api-python-client==1.9.3
44
google-auth==1.17.2
55
google-auth-httplib2==0.0.3
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
google-api-python-client==1.9.2
1+
google-api-python-client==1.9.3
22
google-auth==1.17.2
33
google-auth-httplib2==0.0.3

notebooks/samples/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
google-api-python-client==1.9.2
1+
google-api-python-client==1.9.3

storage/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.9.2
1+
google-api-python-client==1.9.3
22
google-auth==1.17.2
33
google-auth-httplib2==0.0.3
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
google-api-python-client==1.9.2
1+
google-api-python-client==1.9.3
22
google-auth==1.17.2
33
google-auth-httplib2==0.0.3

0 commit comments

Comments
 (0)