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 <[email protected]>
  • Loading branch information
2 people authored and dandhlee committed Nov 16, 2022
1 parent 936c493 commit e218cbe
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 e218cbe

Please sign in to comment.