Skip to content

Commit 99ddc3d

Browse files
authored
chore(deps): update dependency google-cloud-storage to v1.42.2 (#6700)
[![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-cloud-storage](https://togithub.com/googleapis/python-storage) | `==1.42.1` -> `==1.42.2` | [![age](https://badges.renovateapi.com/packages/pypi/google-cloud-storage/1.42.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/google-cloud-storage/1.42.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/google-cloud-storage/1.42.2/compatibility-slim/1.42.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/google-cloud-storage/1.42.2/confidence-slim/1.42.1)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>googleapis/python-storage</summary> ### [`v1.42.2`](https://togithub.com/googleapis/python-storage/blob/master/CHANGELOG.md#&#8203;1422-httpswwwgithubcomgoogleapispython-storagecomparev1421v1422-2021-09-16) [Compare Source](https://togithub.com/googleapis/python-storage/compare/v1.42.1...v1.42.2) </details> --- ### 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 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 267a36a commit 99ddc3d

File tree

26 files changed

+26
-26
lines changed

26 files changed

+26
-26
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Flask==2.0.1
2-
google-cloud-storage==1.42.1
2+
google-cloud-storage==1.42.2
33
gunicorn==20.0.4; python_version > '3.0'
44
gunicorn==19.10.0; python_version < '3.0'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
google-cloud-storage==1.42.1
1+
google-cloud-storage==1.42.2
22
Flask==1.1.4; python_version < '3.0'
33
Flask==2.0.0; python_version > '3.0'

auth/cloud-client/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
google-cloud-storage==1.42.1
1+
google-cloud-storage==1.42.2
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
pytest==6.2.4
2-
google-cloud-storage==1.42.1
2+
google-cloud-storage==1.42.2

auth/downscoping/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
google-auth==2.0.0
2-
google-cloud-storage==1.42.1
2+
google-cloud-storage==1.42.2

codelabs/flex_and_vision/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ Flask==2.0.1
22
gunicorn==20.0.4; python_version > '3.0'
33
gunicorn==19.10.0; python_version < '3.0'
44
google-cloud-vision==2.4.2
5-
google-cloud-storage==1.42.1
5+
google-cloud-storage==1.42.2
66
google-cloud-datastore==2.1.6
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#grpcio==1.29.0
22
#google-auth==1.16.0
33
#google-auth-httplib2==0.0.3
4-
google-cloud-storage==1.42.1
4+
google-cloud-storage==1.42.2
55
google-cloud-dataproc==2.5.0
66
google-cloud-bigquery==2.26.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
google-cloud-storage==1.42.1
1+
google-cloud-storage==1.42.2
22
google-cloud-dataproc==2.5.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
google-cloud-aiplatform==1.3.0
2-
google-cloud-storage==1.42.1
2+
google-cloud-storage==1.42.2
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
google-api-python-client==2.20.0
2-
google-cloud-storage==1.42.1
2+
google-cloud-storage==1.42.2
33
pytest-xdist==2.3.0
44
pytest==6.2.4
55
pyyaml==5.4.1

0 commit comments

Comments
 (0)