Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
0efbf47
chore(deps): update dependency google-cloud-storage to v2
renovate-bot Feb 19, 2022
5baac88
chore(deps): pin versions for 3.6 and below
dandhlee Feb 20, 2022
74ece62
chore(deps): pin storage version for 3.6 and below
dandhlee Feb 20, 2022
9ee8a49
Merge branch 'main' into renovate/google-cloud-storage-2.x
dandhlee Feb 21, 2022
b7a9716
chore(deps): pin vertex-ai version for storage
dandhlee Feb 21, 2022
f30df35
chore(deps): pin storage version for 3.6 and below
dandhlee Feb 21, 2022
3c1f01b
chore(deps): pin storage version
dandhlee Feb 21, 2022
b93e645
chore(deps): pin storage version
dandhlee Feb 21, 2022
063c3ab
chore(deps): pin storage version
dandhlee Feb 21, 2022
a18c2df
chore(deps): pin storage version
dandhlee Feb 21, 2022
2c9cce9
chore(deps): pin storage version
dandhlee Feb 21, 2022
8d7f90b
chore(deps): pin storage version
dandhlee Feb 21, 2022
b8bea68
chore(deps): pin storage version
dandhlee Feb 21, 2022
fcc67c6
chore(deps): pin storage version
dandhlee Feb 21, 2022
49ba838
chore(deps): pin storage version
dandhlee Feb 21, 2022
9dd15c2
chore(deps): pin storage version
dandhlee Feb 21, 2022
e194f26
chore(deps): pin storage version
dandhlee Feb 21, 2022
da948eb
chore(deps): pin storage version
dandhlee Feb 21, 2022
cb480fc
chore(deps): pin storage version
dandhlee Feb 21, 2022
51b2469
chore(deps): pin storage version
dandhlee Feb 21, 2022
ce20553
chore(deps): pin storage version
dandhlee Feb 21, 2022
7b0c72d
Merge branch 'main' into renovate/google-cloud-storage-2.x
dandhlee Feb 22, 2022
b604fac
chore(deps): pin storage version for vertex ai
dandhlee Feb 22, 2022
0dc1e9c
chore(deps): pin storage version for py2 compatibility
dandhlee Feb 22, 2022
b6e7390
Merge branch 'main' into renovate/google-cloud-storage-2.x
dandhlee Feb 25, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion appengine/flexible/storage/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
pytest==6.2.4
google-cloud-storage==1.44.0
google-cloud-storage==2.0.0; python_version < '3.7'
google-cloud-storage==2.1.0; python_version > '3.6'
3 changes: 2 additions & 1 deletion appengine/flexible/storage/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Flask==2.0.2
google-cloud-storage==1.44.0
google-cloud-storage==2.0.0; python_version < '3.7'
google-cloud-storage==2.1.0; python_version > '3.6'
gunicorn==20.1.0; python_version > '3.0'
gunicorn==19.10.0; python_version < '3.0'
3 changes: 2 additions & 1 deletion appengine/standard/migration/storage/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
google-cloud-storage==1.44.0
google-cloud-storage==1.44.0; python_version < '3.7'
google-cloud-storage==2.1.0; python_version > '3.6'
Flask==1.1.4; python_version < '3.0'
Flask==2.0.0; python_version > '3.0'
3 changes: 2 additions & 1 deletion auth/cloud-client/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
google-cloud-storage==1.44.0
google-cloud-storage==2.0.0; python_version < '3.7'
google-cloud-storage==2.1.0; python_version > '3.6'
3 changes: 2 additions & 1 deletion auth/downscoping/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
pytest==6.2.4
google-cloud-storage==1.44.0
google-cloud-storage==2.0.0; python_version < '3.7'
google-cloud-storage==2.1.0; python_version > '3.6'
3 changes: 2 additions & 1 deletion auth/downscoping/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
google-auth==2.5.0
google-cloud-storage==1.44.0
google-cloud-storage==2.0.0; python_version < '3.7'
google-cloud-storage==2.1.0; python_version > '3.6'
3 changes: 2 additions & 1 deletion codelabs/flex_and_vision/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ Flask==2.0.2
gunicorn==20.1.0; python_version > '3.0'
gunicorn==19.10.0; python_version < '3.0'
google-cloud-vision==2.6.3
google-cloud-storage==1.44.0
google-cloud-storage==2.0.0; python_version < '3.7'
google-cloud-storage==2.1.0; python_version > '3.6'
google-cloud-datastore==2.4.0
2 changes: 1 addition & 1 deletion composer/cicd_sample/utils/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
google-cloud-storage==1.44.0
google-cloud-storage==2.1.0
5 changes: 3 additions & 2 deletions data-science-onramp/data-ingestion/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#grpcio==1.29.0
#google-auth==1.16.0
#google-auth-httplib2==0.0.3
google-cloud-storage==1.44.0
google-cloud-storage==2.0.0; python_version < '3.7'
google-cloud-storage==2.1.0; python_version > '3.6'
google-cloud-dataproc==3.3.0
google-cloud-bigquery==2.33.0
google-cloud-bigquery==2.33.0
3 changes: 2 additions & 1 deletion data-science-onramp/data-processing/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
google-cloud-storage==1.44.0
google-cloud-storage==2.0.0; python_version < '3.7'
google-cloud-storage==2.1.0; python_version > '3.6'
google-cloud-dataproc==3.3.0
2 changes: 1 addition & 1 deletion dataflow/custom-containers/minimal/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
google-cloud-storage==1.43.0
google-cloud-storage==2.1.0
pytest-xdist==2.5.0
pytest==6.2.4
2 changes: 1 addition & 1 deletion dataflow/custom-containers/ubuntu/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
google-cloud-storage==1.43.0
google-cloud-storage==2.1.0
pytest-xdist==2.5.0
pytest==6.2.4
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
google-api-python-client==2.37.0
google-cloud-storage==1.44.0
google-cloud-storage==2.1.0
pytest-xdist==2.5.0
pytest==6.2.4
pyyaml==6.0
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
google-api-python-client==2.37.0
google-cloud-storage==1.44.0
google-cloud-storage==2.1.0
pytest-xdist==2.5.0
pytest==6.2.4
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
google-api-python-client==2.37.0
google-cloud-storage==1.44.0
google-cloud-storage==2.1.0
pytest==6.2.4
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
google-api-python-client==2.37.0
google-cloud-storage==1.44.0
google-cloud-storage==2.1.0
pytest==6.2.4
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
google-api-python-client==2.37.0
google-cloud-storage==1.44.0
google-cloud-storage==2.1.0
pytest==6.2.4
3 changes: 2 additions & 1 deletion functions/http/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
google-cloud-storage==1.44.0
google-cloud-storage==2.0.0; python_version < '3.7'
google-cloud-storage==2.1.0; python_version > '3.6'
xmltodict==0.12.0
3 changes: 2 additions & 1 deletion functions/imagemagick/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
google-cloud-vision==2.6.3
google-cloud-storage==1.44.0
google-cloud-storage==2.0.0; python_version < '3.7'
google-cloud-storage==2.1.0; python_version > '3.6'
Wand==0.6.7
3 changes: 2 additions & 1 deletion functions/ocr/app/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
google-cloud-pubsub==2.9.0
google-cloud-storage==1.44.0
google-cloud-storage==2.0.0; python_version < '3.7'
google-cloud-storage==2.1.0; python_version > '3.6'
google-cloud-translate==3.7.0
google-cloud-vision==2.6.3
3 changes: 2 additions & 1 deletion healthcare/api-client/v1/fhir/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ google-api-python-client==2.37.0
google-auth-httplib2==0.1.0
google-auth==2.5.0
google-cloud==0.34.0
google-cloud-storage==1.44.0
google-cloud-storage==2.0.0; python_version < '3.7'
google-cloud-storage==2.1.0; python_version > '3.6'
3 changes: 2 additions & 1 deletion healthcare/api-client/v1beta1/fhir/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ google-api-python-client==2.37.0
google-auth-httplib2==0.1.0
google-auth==2.5.0
google-cloud==0.34.0
google-cloud-storage==1.44.0
google-cloud-storage==2.0.0; python_version < '3.7'
google-cloud-storage==2.1.0; python_version > '3.6'
requests==2.27.1
3 changes: 2 additions & 1 deletion iot/api-client/gcs_file_to_device/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ google-auth==2.5.0
google-auth-httplib2==0.1.0
google-cloud-iot==2.4.0
google-cloud-pubsub==2.9.0
google-cloud-storage==1.44.0
google-cloud-storage==2.0.0; python_version < '3.7'
google-cloud-storage==2.1.0; python_version > '3.6'
cryptography==36.0.1
paho-mqtt==1.5.1
pyjwt==2.3.0
2 changes: 1 addition & 1 deletion notebooks/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
google-cloud-storage==1.44.0
google-cloud-storage==2.1.0
google-cloud-bigquery[pandas,pyarrow]==2.33.0
matplotlib==3.5.1; python_version > '3.6'
matplotlib==3.3.4; python_version == '3.6'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
google-cloud-storage==1.44.0
google-cloud-storage==2.1.0
pytest-xdist==2.5.0
pytest==6.2.4
2 changes: 1 addition & 1 deletion pubsublite/spark-connector/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
google-cloud-dataproc==3.3.0
google-cloud-pubsublite==1.4.0
google-cloud-storage==1.44.0
google-cloud-storage==2.1.0
pytest==6.2.5
2 changes: 1 addition & 1 deletion run/image-processing/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ pytest==6.2.5; python_version > "3.0"
pytest==4.6.11; python_version < "3.0"
gunicorn==20.1.0
google-cloud-vision==2.6.3
google-cloud-storage==1.44.0
google-cloud-storage==2.1.0
Wand==0.6.7
3 changes: 2 additions & 1 deletion storage/s3-sdk/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
backoff==1.11.1
pytest==6.2.4
google-cloud-storage==1.44.0
google-cloud-storage==2.0.0; python_version < '3.7'
google-cloud-storage==2.1.0; python_version > '3.6'
3 changes: 2 additions & 1 deletion storage/signed_urls/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
google-cloud-storage==1.44.0
google-cloud-storage==2.0.0; python_version < '3.7'
google-cloud-storage==2.1.0; python_version > '3.6'
google-auth==2.5.0
six==1.16.0
3 changes: 2 additions & 1 deletion storagetransfer/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
backoff==1.11.1
boto3==1.20.26
google-cloud-storage==1.44.0
google-cloud-storage==2.0.0; python_version < '3.7'
google-cloud-storage==2.1.0; python_version > '3.6'
pytest==6.2.4