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

Commit

Permalink
Update google-cloud-storage requirement (#5296)
Browse files Browse the repository at this point in the history
Updates the requirements on [google-cloud-storage](/~https://github.com/googleapis/python-storage) to permit the latest version.
- [Release notes](/~https://github.com/googleapis/python-storage/releases)
- [Changelog](/~https://github.com/googleapis/python-storage/blob/master/CHANGELOG.md)
- [Commits](googleapis/python-storage@v1.38.0...v1.40.0)

---
updated-dependencies:
- dependency-name: google-cloud-storage
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dirk Groeneveld <dirkg@allenai.org>
  • Loading branch information
dependabot[bot] and dirkgr authored Jul 7, 2021
1 parent 5378533 commit 3d92ac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"checklist==0.0.11",
"wandb>=0.10.0,<0.11.0",
"huggingface_hub>=0.0.8",
"google-cloud-storage>=1.38.0,<1.40.0",
"google-cloud-storage>=1.38.0,<1.41.0",
],
entry_points={"console_scripts": ["allennlp=allennlp.__main__:run"]},
include_package_data=True,
Expand Down

0 comments on commit 3d92ac4

Please sign in to comment.