Skip to content

Commit e3f762d

Browse files
chore(deps): update dependency google-cloud-storage to v2 (GoogleCloudPlatform#7362)
* chore(deps): update dependency google-cloud-storage to v2 * chore(deps): pin versions for 3.6 and below * chore(deps): pin storage version for 3.6 and below * chore(deps): pin vertex-ai version for storage * chore(deps): pin storage version for 3.6 and below * chore(deps): pin storage version * chore(deps): pin storage version * chore(deps): pin storage version * chore(deps): pin storage version * chore(deps): pin storage version * chore(deps): pin storage version * chore(deps): pin storage version * chore(deps): pin storage version * chore(deps): pin storage version * chore(deps): pin storage version * chore(deps): pin storage version * chore(deps): pin storage version * chore(deps): pin storage version * chore(deps): pin storage version * chore(deps): pin storage version * chore(deps): pin storage version for vertex ai * chore(deps): pin storage version for py2 compatibility Co-authored-by: Dan Lee <71398022+dandhlee@users.noreply.github.com>
1 parent ad394d8 commit e3f762d

File tree

30 files changed

+49
-31
lines changed

30 files changed

+49
-31
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
pytest==6.2.4
2-
google-cloud-storage==1.44.0
2+
google-cloud-storage==2.0.0; python_version < '3.7'
3+
google-cloud-storage==2.1.0; python_version > '3.6'
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
Flask==2.0.2
2-
google-cloud-storage==1.44.0
2+
google-cloud-storage==2.0.0; python_version < '3.7'
3+
google-cloud-storage==2.1.0; python_version > '3.6'
34
gunicorn==20.1.0; python_version > '3.0'
45
gunicorn==19.10.0; python_version < '3.0'
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
google-cloud-storage==1.44.0
1+
google-cloud-storage==1.44.0; python_version < '3.7'
2+
google-cloud-storage==2.1.0; python_version > '3.6'
23
Flask==1.1.4; python_version < '3.0'
34
Flask==2.0.0; python_version > '3.0'

auth/cloud-client/requirements.txt

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

auth/downscoping/requirements.txt

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

codelabs/flex_and_vision/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@ Flask==2.0.2
22
gunicorn==20.1.0; python_version > '3.0'
33
gunicorn==19.10.0; python_version < '3.0'
44
google-cloud-vision==2.6.3
5-
google-cloud-storage==1.44.0
5+
google-cloud-storage==2.0.0; python_version < '3.7'
6+
google-cloud-storage==2.1.0; python_version > '3.6'
67
google-cloud-datastore==2.4.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
google-cloud-storage==1.44.0
1+
google-cloud-storage==2.1.0
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#grpcio==1.29.0
22
#google-auth==1.16.0
33
#google-auth-httplib2==0.0.3
4-
google-cloud-storage==1.44.0
4+
google-cloud-storage==2.0.0; python_version < '3.7'
5+
google-cloud-storage==2.1.0; python_version > '3.6'
56
google-cloud-dataproc==3.3.0
6-
google-cloud-bigquery==2.33.0
7+
google-cloud-bigquery==2.33.0
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
google-cloud-storage==1.44.0
1+
google-cloud-storage==2.0.0; python_version < '3.7'
2+
google-cloud-storage==2.1.0; python_version > '3.6'
23
google-cloud-dataproc==3.3.0

0 commit comments

Comments
 (0)