Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 71fffd3

Browse filesBrowse files
authored
chore(deps): update dependency google-cloud-storage to v1.43.0 (GoogleCloudPlatform#7131)
[![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.3` -> `==1.43.0` | [![age](https://badges.renovateapi.com/packages/pypi/google-cloud-storage/1.43.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/google-cloud-storage/1.43.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/google-cloud-storage/1.43.0/compatibility-slim/1.42.3)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/google-cloud-storage/1.43.0/confidence-slim/1.42.3)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>googleapis/python-storage</summary> ### [`v1.43.0`](https://togithub.com/googleapis/python-storage/blob/master/CHANGELOG.md#&#8203;1430-httpswwwgithubcomgoogleapispython-storagecomparev1423v1430-2021-11-15) [Compare Source](https://togithub.com/googleapis/python-storage/compare/v1.42.3...v1.43.0) ##### Features - add ignore_flush parameter to BlobWriter ([#&GoogleCloudPlatform#8203;644](https://www.togithub.com/googleapis/python-storage/issues/644)) ([af9c9dc](https://www.github.com/googleapis/python-storage/commit/af9c9dc83d8582167b74105167af17c9809455de)) - add support for Python 3.10 ([#&GoogleCloudPlatform#8203;615](https://www.togithub.com/googleapis/python-storage/issues/615)) ([f81a2d0](https://www.github.com/googleapis/python-storage/commit/f81a2d054616c1ca1734997a16a8f47f98ab346b)) ##### Bug Fixes - raise a ValueError in BucketNotification.create() if a topic name is not set ([#&GoogleCloudPlatform#8203;617](https://www.togithub.com/googleapis/python-storage/issues/617)) ([9dd78df](https://www.github.com/googleapis/python-storage/commit/9dd78df444d21af51af7858e8958b505a26c0b79)) ##### Documentation - add contributing and authoring guides under samples/ ([#&GoogleCloudPlatform#8203;633](https://www.togithub.com/googleapis/python-storage/issues/633)) ([420591a](https://www.github.com/googleapis/python-storage/commit/420591a2b71f823dbe80f4a4405d8a514f87e0fb)) - add links to samples and how to guides ([#&GoogleCloudPlatform#8203;641](https://www.togithub.com/googleapis/python-storage/issues/641)) ([49f78b0](https://www.github.com/googleapis/python-storage/commit/49f78b09fed6d9f486639fd0a72542c30a0df084)) - add README to samples subdirectory ([#&GoogleCloudPlatform#8203;639](https://www.togithub.com/googleapis/python-storage/issues/639)) ([58af882](https://www.github.com/googleapis/python-storage/commit/58af882c047c31f59486513c568737082bca6350)) - update samples readme with cli args ([#&GoogleCloudPlatform#8203;651](https://www.togithub.com/googleapis/python-storage/issues/651)) ([75dda81](https://www.github.com/googleapis/python-storage/commit/75dda810e808074d18dfe7915f1403ad01bf2f02)) ##### [1.42.3](https://www.github.com/googleapis/python-storage/compare/v1.42.2...v1.42.3) (2021-09-30) ##### Bug Fixes - changeover unspecified to inherited ([#&GoogleCloudPlatform#8203;603](https://www.togithub.com/googleapis/python-storage/issues/603)) ([283a419](https://www.github.com/googleapis/python-storage/commit/283a4196865d9b5275e87f54737d1faee40cc946)) - check response code in batch.finish ([#&GoogleCloudPlatform#8203;609](https://www.togithub.com/googleapis/python-storage/issues/609)) ([318a286](https://www.github.com/googleapis/python-storage/commit/318a286d709427bfe9f3a37e933c255ac51b3033)) - skip tests that use unspecified pap until we get the change in ([#&GoogleCloudPlatform#8203;600](https://www.togithub.com/googleapis/python-storage/issues/600)) ([38b9b55](https://www.github.com/googleapis/python-storage/commit/38b9b5582e2c6bbd1acab2b49410084170466fad)) ##### [1.42.2](https://www.github.com/googleapis/python-storage/compare/v1.42.1...v1.42.2) (2021-09-16) ##### Bug Fixes - add preconditions and retry config support to ACL patch operationss ([#&GoogleCloudPlatform#8203;586](https://www.togithub.com/googleapis/python-storage/issues/586)) ([4333caf](https://www.github.com/googleapis/python-storage/commit/4333caf3674d78b3dfbc161a796abac604d57953)) - add unpinned protobuf for python3 ([#&GoogleCloudPlatform#8203;592](https://www.togithub.com/googleapis/python-storage/issues/592)) ([53f7ad0](https://www.github.com/googleapis/python-storage/commit/53f7ad0204ad425011da9162d1a78f8276c837eb)) - pin six as a required dependency ([#&GoogleCloudPlatform#8203;589](https://www.togithub.com/googleapis/python-storage/issues/589)) ([9ca97bf](https://www.github.com/googleapis/python-storage/commit/9ca97bf9139c71cd033c78af73da904b27d8ff50)) ##### [1.42.1](https://www.github.com/googleapis/python-storage/compare/v1.42.0...v1.42.1) (2021-09-07) ##### Bug Fixes - do not append duplicates to user agent string ([#&GoogleCloudPlatform#8203;570](https://www.togithub.com/googleapis/python-storage/issues/570)) ([57cf3a1](https://www.github.com/googleapis/python-storage/commit/57cf3a1f27292939ed097ef8afa3f4392c4b83e0)) ##### Documentation - pass explicit 'client' in '{Blob.Bucket}.from_string' examples ([#&GoogleCloudPlatform#8203;545](https://www.togithub.com/googleapis/python-storage/issues/545)) ([6eff22d](https://www.github.com/googleapis/python-storage/commit/6eff22db0e8c8689208ee52fa815f3ea00675094)) </details> --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- 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 65f6d2a commit 71fffd3
Copy full SHA for 71fffd3

File tree

Expand file treeCollapse file tree

27 files changed

+27
-27
lines changed
Filter options
Expand file treeCollapse file tree

27 files changed

+27
-27
lines changed
+1-1Lines 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.3
2+
google-cloud-storage==1.43.0
+1-1Lines 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.3
2+
google-cloud-storage==1.43.0
33
gunicorn==20.0.4; python_version > '3.0'
44
gunicorn==19.10.0; python_version < '3.0'
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
google-cloud-storage==1.42.3
1+
google-cloud-storage==1.43.0
22
Flask==1.1.4; python_version < '3.0'
33
Flask==2.0.0; python_version > '3.0'

‎auth/cloud-client/requirements.txt

Copy file name to clipboard
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
google-cloud-storage==1.42.3
1+
google-cloud-storage==1.43.0
+1-1Lines 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.3
2+
google-cloud-storage==1.43.0

‎auth/downscoping/requirements.txt

Copy file name to clipboard
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
google-auth==2.3.3
2-
google-cloud-storage==1.42.3
2+
google-cloud-storage==1.43.0

‎codelabs/flex_and_vision/requirements.txt

Copy file name to clipboardExpand all lines: codelabs/flex_and_vision/requirements.txt
+1-1Lines 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.6.2
5-
google-cloud-storage==1.42.3
5+
google-cloud-storage==1.43.0
66
google-cloud-datastore==2.4.0
+1-1Lines 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.3
4+
google-cloud-storage==1.43.0
55
google-cloud-dataproc==3.1.1
66
google-cloud-bigquery==2.30.1
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
google-cloud-storage==1.42.3
1+
google-cloud-storage==1.43.0
22
google-cloud-dataproc==3.1.1
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
google-cloud-aiplatform==1.7.0
2-
google-cloud-storage==1.42.3
2+
google-cloud-storage==1.43.0
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
google-api-python-client==2.31.0
2-
google-cloud-storage==1.42.3
2+
google-cloud-storage==1.43.0
33
pytest-xdist==2.4.0
44
pytest==6.2.4
55
pyyaml==6.0
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
google-api-python-client==2.31.0
2-
google-cloud-storage==1.42.3
2+
google-cloud-storage==1.43.0
33
pytest==6.2.4
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
google-api-python-client==2.31.0
2-
google-cloud-storage==1.42.3
2+
google-cloud-storage==1.43.0
33
pytest==6.2.4
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
google-api-python-client==2.31.0
2-
google-cloud-storage==1.42.3
2+
google-cloud-storage==1.43.0
33
pytest==6.2.4

‎functions/http/requirements.txt

Copy file name to clipboard
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
google-cloud-storage==1.42.3
1+
google-cloud-storage==1.43.0
22
xmltodict==0.12.0
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
google-cloud-vision==2.6.2
2-
google-cloud-storage==1.42.3
2+
google-cloud-storage==1.43.0
33
Wand==0.6.7

‎functions/ocr/app/requirements.txt

Copy file name to clipboard
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
google-cloud-pubsub==2.9.0
2-
google-cloud-storage==1.42.3
2+
google-cloud-storage==1.43.0
33
google-cloud-translate==3.6.1
44
google-cloud-vision==2.6.2

‎healthcare/api-client/v1/fhir/requirements.txt

Copy file name to clipboardExpand all lines: healthcare/api-client/v1/fhir/requirements.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ google-api-python-client==2.31.0
22
google-auth-httplib2==0.1.0
33
google-auth==2.3.3
44
google-cloud==0.34.0
5-
google-cloud-storage==1.42.3
5+
google-cloud-storage==1.43.0

‎healthcare/api-client/v1beta1/fhir/requirements.txt

Copy file name to clipboardExpand all lines: healthcare/api-client/v1beta1/fhir/requirements.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ google-api-python-client==2.31.0
22
google-auth-httplib2==0.1.0
33
google-auth==2.3.3
44
google-cloud==0.34.0
5-
google-cloud-storage==1.42.3
5+
google-cloud-storage==1.43.0
66
requests==2.26.0

‎iot/api-client/gcs_file_to_device/requirements.txt

Copy file name to clipboardExpand all lines: iot/api-client/gcs_file_to_device/requirements.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ google-auth==2.3.3
33
google-auth-httplib2==0.1.0
44
google-cloud-iot==2.3.0
55
google-cloud-pubsub==2.9.0
6-
google-cloud-storage==1.42.3
6+
google-cloud-storage==1.43.0
77
cryptography==35.0.0
88
paho-mqtt==1.5.1
99
pyjwt==2.3.0
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
backoff==1.11.1
2-
google-cloud-storage==1.42.3
2+
google-cloud-storage==1.43.0
33
pytest==6.2.4

‎notebooks/requirements.txt

Copy file name to clipboard
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
google-cloud-storage==1.42.3
1+
google-cloud-storage==1.43.0
22
google-cloud-bigquery[pandas,pyarrow]==2.30.1
33
matplotlib==3.1.2; python_version > '3.0'
44
matplotlib==2.2.5; python_version < '3.0'
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
google-cloud-storage==1.42.3
1+
google-cloud-storage==1.43.0
22
pytest-xdist==2.4.0
33
pytest==6.2.4
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
google-cloud-dataproc==3.1.1
22
google-cloud-pubsublite==1.2.0
3-
google-cloud-storage==1.42.3
3+
google-cloud-storage==1.43.0
44
pytest==6.2.5

‎run/image-processing/requirements.txt

Copy file name to clipboardExpand all lines: run/image-processing/requirements.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ pytest==5.3.0; python_version > "3.0"
33
pytest==4.6.6; python_version < "3.0"
44
gunicorn==20.1.0
55
google-cloud-vision==2.6.2
6-
google-cloud-storage==1.42.3
6+
google-cloud-storage==1.43.0
77
Wand==0.6.7

‎storage/s3-sdk/requirements-test.txt

Copy file name to clipboard
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
backoff==1.11.1
22
pytest==6.2.4
3-
google-cloud-storage==1.42.3
3+
google-cloud-storage==1.43.0

‎storage/signed_urls/requirements.txt

Copy file name to clipboard
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
google-cloud-storage==1.42.3
1+
google-cloud-storage==1.43.0
22
google-auth==2.3.3
33
six==1.16.0

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.