Skip to content

Commit 83897fd

Browse files
chore(deps): update dependency google-cloud-storage to v2.8.0 (GoogleCloudPlatform#9533)
* chore(deps): update dependency google-cloud-storage to v2.8.0 * Update appengine/standard/migration/storage/requirements.txt --------- Co-authored-by: Leah E. Cole <6719667+leahecole@users.noreply.github.com>
1 parent bb32ef3 commit 83897fd

File tree

51 files changed

+67
-67
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+67
-67
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
pytest==7.0.1
2-
google-cloud-storage==2.1.0;
2+
google-cloud-storage==2.8.0;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Flask==2.1.0;
22
werkzeug==2.1.2;
3-
google-cloud-storage==2.1.0;
3+
google-cloud-storage==2.8.0;
44
gunicorn==20.1.0;
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
pytest==7.0.1
2-
google-cloud-storage==2.0.0; python_version < '3.7'
3-
google-cloud-storage==2.1.0; python_version > '3.6'
2+
google-cloud-storage==2.8.0; python_version < '3.7'
3+
google-cloud-storage==2.8.0; python_version > '3.6'

appengine/flexible_python37_and_earlier/storage/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Flask==2.1.0; python_version > '3.6'
22
Flask==2.0.3; python_version < '3.7'
33
werkzeug==2.1.2; python_version > '3.6'
44
werkzeug==2.0.3; python_version < '3.7'
5-
google-cloud-storage==2.0.0; python_version < '3.7'
6-
google-cloud-storage==2.1.0; python_version > '3.6'
5+
google-cloud-storage==2.8.0; python_version < '3.7'
6+
google-cloud-storage==2.8.0; python_version > '3.6'
77
gunicorn==20.1.0; python_version > '3.0'
88
gunicorn==19.10.0; python_version < '3.0'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
google-cloud-storage==1.44.0; python_version < '3.7'
2-
google-cloud-storage==2.1.0; python_version > '3.6'
2+
google-cloud-storage==2.8.0; python_version > '3.6'
33
Flask==1.1.4; python_version < '3.0'
44
Flask==2.1.0; python_version > '3.0'

asset/snippets/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
google-cloud-storage==2.6.0
1+
google-cloud-storage==2.8.0
22
google-cloud-asset==3.18.0
33
google-cloud-resource-manager==1.6.3
44
google-cloud-pubsub==2.13.11

auth/api-client/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ google-auth==2.16.3
44
google-cloud-api-keys==0.5.2
55
google-cloud-compute==1.10.1
66
google-cloud-language==2.9.0
7-
google-cloud-storage==2.7.0
7+
google-cloud-storage==2.8.0

auth/cloud-client/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
google-cloud-storage==2.0.0; python_version < '3.7'
2-
google-cloud-storage==2.1.0; python_version > '3.6'
1+
google-cloud-storage==2.8.0; python_version < '3.7'
2+
google-cloud-storage==2.8.0; python_version > '3.6'
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
pytest==7.0.1
2-
google-cloud-storage==2.0.0; python_version < '3.7'
3-
google-cloud-storage==2.1.0; python_version > '3.6'
2+
google-cloud-storage==2.8.0; python_version < '3.7'
3+
google-cloud-storage==2.8.0; python_version > '3.6'

auth/downscoping/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
google-auth==2.6.2
2-
google-cloud-storage==2.0.0; python_version < '3.7'
3-
google-cloud-storage==2.1.0; python_version > '3.6'
2+
google-cloud-storage==2.8.0; python_version < '3.7'
3+
google-cloud-storage==2.8.0; python_version > '3.6'

0 commit comments

Comments
 (0)