Skip to content

Commit

Permalink
chore(deps): update dependency google-cloud-storage to v2.1.0 (#332)
Browse files Browse the repository at this point in the history
* 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 <partheniou@google.com>
  • Loading branch information
renovate-bot and parthea authored Jan 22, 2022
1 parent 2ef9f15 commit 6a40b02
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ grpcio==1.43.0
google-auth==2.3.3
google-auth-httplib2==0.1.0
google-cloud==0.34.0
google-cloud-storage==2.0.0
google-cloud-storage==2.0.0; python_version == '3.6'
google-cloud-storage==2.1.0; python_version >= '3.7'
google-cloud-dataproc==3.2.0

0 comments on commit 6a40b02

Please sign in to comment.