Skip to content

Commit 88e8562

Browse files
chore(deps): update dependency google-cloud-storage to v2.1.0 (#200)
* 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]>
1 parent a9a7051 commit 88e8562

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
pytest==6.2.5
22
flaky==3.7.0
3-
google-cloud-storage==2.0.0
3+
google-cloud-storage==2.0.0; python_version == '3.6'
4+
google-cloud-storage==2.1.0; python_version >= '3.7'

0 commit comments

Comments
 (0)