Skip to content

Commit

Permalink
chore(deps): update dependency google-cloud-storage to v2.1.0 (#200)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency google-cloud-storage to v2.1.0

* add pin for google-cloud-storage for py3.6

Co-authored-by: Anthonios Partheniou <partheniou@google.com>
  • Loading branch information
renovate-bot and parthea committed Jan 22, 2022
1 parent a9a7051 commit 88e8562
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion compute/compute/snippets/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
pytest==6.2.5
flaky==3.7.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'

0 comments on commit 88e8562

Please sign in to comment.