Skip to content
This repository has been archived by the owner on Dec 31, 2023. It is now read-only.

Commit

Permalink
fix(deps): allow google-cloud-storage < 3.0.0dev (#316)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency google-cloud-storage to v2

* fix(deps): allow google-cloud-storage < 3.0.0dev

Co-authored-by: Anthonios Partheniou <partheniou@google.com>
  • Loading branch information
renovate-bot and parthea committed Jan 15, 2022
1 parent 95db428 commit ba271a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion samples/snippets/requirements.txt
@@ -1,3 +1,3 @@
google-cloud-translate==3.6.1
google-cloud-storage==1.44.0
google-cloud-storage==2.0.0
google-cloud-automl==2.5.2
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -31,7 +31,7 @@
extras = {
"libcst": "libcst >= 0.2.5",
"pandas": ["pandas>=0.23.0"],
"storage": ["google-cloud-storage >= 1.18.0, < 2.0.0dev"],
"storage": ["google-cloud-storage >=1.18.0, <3.0.0dev"],
}

package_root = os.path.abspath(os.path.dirname(__file__))
Expand Down

0 comments on commit ba271a8

Please sign in to comment.