Skip to content

Commit 66289ca

Browse files
chore(deps): update dependency google-cloud-storage to v2.1.0 (#332)
* chore(deps): update all dependencies * revert update for google-auth * add pin for google-cloud-storage for py < 3.7 Co-authored-by: Anthonios Partheniou <[email protected]>
1 parent 4b3b4b7 commit 66289ca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dataproc/snippets/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ grpcio==1.43.0
44
google-auth==2.3.3
55
google-auth-httplib2==0.1.0
66
google-cloud==0.34.0
7-
google-cloud-storage==2.0.0
7+
google-cloud-storage==2.0.0; python_version == '3.6'
8+
google-cloud-storage==2.1.0; python_version >= '3.7'
89
google-cloud-dataproc==3.2.0

0 commit comments

Comments
 (0)