Skip to content

Commit b221fbf

Browse files
authored
chore(deps): update dependency google-api-python-client to v1.8.0 (#3100)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [google-api-python-client](https://togithub.com/google/google-api-python-client) | minor | `==1.7.11` -> `==1.8.0` | --- ### Release Notes <details> <summary>google/google-api-python-client</summary> ### [`v1.8.0`](https://togithub.com/google/google-api-python-client/releases/v1.8.0) [Compare Source](https://togithub.com/google/google-api-python-client/compare/v1.7.12...v1.8.0) Release to support API endpoint override. New Features - Add api endpoint override. ([#&#8203;829](https://togithub.com/googleapis/google-api-python-client/pull/829)) Implementation Changes - Don't set http.redirect_codes if the attr doesn't exist and allow more httplib2 versions. ([#&#8203;841](https://togithub.com/googleapis/google-api-python-client/pull/841)) ### [`v1.7.12`](https://togithub.com/google/google-api-python-client/releases/v1.7.12) [Compare Source](https://togithub.com/google/google-api-python-client/compare/v1.7.11...v1.7.12) Bugfix release Implementation Changes - Look for field 'detail' in error message. ([#&#8203;739](https://togithub.com/googleapis/google-api-python-client/pull/739)) - Exclude 308s from httplib2 redirect codes list ([#&#8203;813](https://togithub.com/googleapis/google-api-python-client/pull/813)) Documentation - Remove oauth2client from docs ([#&#8203;738](https://togithub.com/googleapis/google-api-python-client/pull/738)) - Fix typo. ([#&#8203;745](https://togithub.com/googleapis/google-api-python-client/pull/745)) - Remove compatibility badges. ([#&#8203;746](https://togithub.com/googleapis/google-api-python-client/pull/746)) - Fix TypeError: search_analytics_api_sample.py [#&#8203;732](https://togithub.com/google/google-api-python-client/issues/732) ([#&#8203;742](https://togithub.com/googleapis/google-api-python-client/pull/742)) - Correct response access ([#&#8203;750](https://togithub.com/googleapis/google-api-python-client/pull/750)) - Fix link to API explorer ([#&#8203;760](https://togithub.com/googleapis/google-api-python-client/pull/760)) - Fix argument typo in oauth2 code example ([#&#8203;763](https://togithub.com/googleapis/google-api-python-client/pull/763)) - Recommend install with virtualenv ([#&#8203;768](https://togithub.com/googleapis/google-api-python-client/pull/768)) - Fix capitalization in docs/README.md ([#&#8203;770](https://togithub.com/googleapis/google-api-python-client/pull/770)) - Remove compatibility badges ([#&#8203;796](https://togithub.com/googleapis/google-api-python-client/pull/796)) - Remove mentions of pycrypto ([#&#8203;799](https://togithub.com/googleapis/google-api-python-client/pull/799)) - Fix typo in model.py - Add note about Google Ads llibrary ([#&#8203;814](https://togithub.com/googleapis/google-api-python-client/pull/814)) Internal / Testing Changes - Blacken ([#&#8203;772](https://togithub.com/googleapis/google-api-python-client/pull/722)) - Move kokoro configs ([#&#8203;832](https://togithub.com/googleapis/google-api-python-client/pull/832)) </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 fdb1214 commit b221fbf

File tree

31 files changed

+31
-31
lines changed

31 files changed

+31
-31
lines changed
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Flask==1.1.2
2-
google-api-python-client==1.7.11
2+
google-api-python-client==1.8.0
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
google-api-python-client==1.7.11
1+
google-api-python-client==1.8.0
22
google-auth==1.14.0
33
google-auth-httplib2==0.0.3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Flask==1.1.2
2-
google-api-python-client==1.7.11
2+
google-api-python-client==1.8.0
33
google-auth==1.14.0
44
google-cloud-pubsub==1.4.2

auth/api-client/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
google-api-python-client==1.7.11
1+
google-api-python-client==1.8.0
22
google-auth-httplib2==0.0.3
33
google-auth==1.14.0

auth/end-user/web/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
google-auth==1.14.0
22
google-auth-oauthlib==0.4.1
33
google-auth-httplib2==0.0.3
4-
google-api-python-client==1.7.11
4+
google-api-python-client==1.8.0
55
flask==1.1.2
66
requests==2.23.0

compute/api/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
google-api-python-client==1.7.11
1+
google-api-python-client==1.8.0
22
google-auth==1.14.0
33
google-auth-httplib2==0.0.3

compute/auth/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
requests==2.23.0
2-
google-api-python-client==1.7.11
2+
google-api-python-client==1.8.0
33
google-auth==1.14.0
44
google-auth-httplib2==0.0.3

compute/encryption/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cryptography==2.8
22
requests==2.23.0
3-
google-api-python-client==1.7.11
3+
google-api-python-client==1.8.0
44
google-auth==1.14.0
55
google-auth-httplib2==0.0.3

compute/oslogin/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
google-api-python-client==1.7.11
1+
google-api-python-client==1.8.0
22
google-auth==1.14.0
33
google-auth-httplib2==0.0.3
44
requests==2.23.0
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
google-api-python-client==1.7.11
1+
google-api-python-client==1.8.0
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
google-api-python-client==1.7.11
1+
google-api-python-client==1.8.0
22
google-auth==1.14.0
33
google-auth-httplib2==0.0.3

functions/billing/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
slackclient==2.5.0
22
# [START functions_billing_limit_appengine_deps]
3-
google-api-python-client==1.7.11
3+
google-api-python-client==1.8.0
44
# [START functions_billing_limit_appengine_deps]

functions/slack/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
google-api-python-client==1.7.11
1+
google-api-python-client==1.8.0
22
flask==1.1.2
33
slackeventsapi==2.1.0
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
google-api-python-client==1.7.11
1+
google-api-python-client==1.8.0
22
google-auth-httplib2==0.0.3
33
google-auth==1.14.0
44
google-cloud==0.34.0

healthcare/api-client/dicom/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
google-api-python-client==1.7.11
1+
google-api-python-client==1.8.0
22
google-auth-httplib2==0.0.3
33
google-auth==1.14.0
44
google-cloud==0.34.0

healthcare/api-client/fhir/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
google-api-python-client==1.7.11
1+
google-api-python-client==1.8.0
22
google-auth-httplib2==0.0.3
33
google-auth==1.14.0
44
google-cloud==0.34.0
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
google-api-python-client==1.7.11
1+
google-api-python-client==1.8.0
22
google-auth-httplib2==0.0.3
33
google-auth==1.14.0
44
google-cloud==0.34.0
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
google-api-python-client==1.7.11
1+
google-api-python-client==1.8.0
22
google-auth-httplib2==0.0.3
33
google-auth==1.14.0
44
google-cloud==0.34.0

iam/api-client/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
google-api-python-client==1.7.11
1+
google-api-python-client==1.8.0
22
google-auth==1.14.0
33
google-auth-httplib2==0.0.3

iot/api-client/end_to_end_example/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cryptography==2.8
2-
google-api-python-client==1.7.11
2+
google-api-python-client==1.8.0
33
google-auth-httplib2==0.0.3
44
google-auth==1.14.0
55
google-cloud-pubsub==1.1.0

iot/api-client/gcs_file_to_device/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
google-api-python-client==1.7.11
1+
google-api-python-client==1.8.0
22
google-auth==1.14.0
33
google-auth-httplib2==0.0.3
44
google-cloud-iot==1.0.0

iot/api-client/http_example/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cryptography==2.8
2-
google-api-python-client==1.7.11
2+
google-api-python-client==1.8.0
33
google-auth-httplib2==0.0.3
44
google-auth==1.14.0
55
google-cloud-iot==1.0.0

iot/api-client/manager/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cryptography==2.8
22
flaky==3.6.1
3-
google-api-python-client==1.7.11
3+
google-api-python-client==1.8.0
44
google-auth-httplib2==0.0.3
55
google-auth==1.14.0
66
google-cloud-iot==1.0.0

iot/api-client/mqtt_example/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cryptography==2.8
22
flaky==3.6.1
33
gcp-devrel-py-tools==0.0.15
4-
google-api-python-client==1.7.11
4+
google-api-python-client==1.8.0
55
google-auth-httplib2==0.0.3
66
google-auth==1.14.0
77
google-cloud-pubsub==1.0.0

jobs/v3/api_client/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
google-api-python-client==1.7.11
1+
google-api-python-client==1.8.0
22
google-auth==1.14.0
33
google-auth-httplib2==0.0.3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
google-api-python-client==1.7.11
1+
google-api-python-client==1.8.0
22
google-auth==1.14.0
33
google-auth-httplib2==0.0.3

language/api/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
google-api-python-client==1.7.11
1+
google-api-python-client==1.8.0
22
google-auth==1.14.0
33
google-auth-httplib2==0.0.3
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.7.11
3+
google-api-python-client==1.8.0
44
google-auth==1.14.0
55
google-auth-httplib2==0.0.3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
google-api-python-client==1.7.11
1+
google-api-python-client==1.8.0
22
google-auth==1.14.0
33
google-auth-httplib2==0.0.3

storage/api/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
google-api-python-client==1.7.11
1+
google-api-python-client==1.8.0
22
google-auth==1.14.0
33
google-auth-httplib2==0.0.3
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
google-api-python-client==1.7.11
1+
google-api-python-client==1.8.0
22
google-auth==1.14.0
33
google-auth-httplib2==0.0.3

0 commit comments

Comments
 (0)