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

Commit 9c77cdc

Browse files
Update google-cloud-storage requirement
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.41.0) --- updated-dependencies: - dependency-name: google-cloud-storage dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3c1ac03 commit 9c77cdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"checklist==0.0.11",
7676
"wandb>=0.10.0,<0.12.0",
7777
"huggingface_hub>=0.0.8",
78-
"google-cloud-storage>=1.38.0,<1.41.0",
78+
"google-cloud-storage>=1.38.0,<1.42.0",
7979
],
8080
entry_points={"console_scripts": ["allennlp=allennlp.__main__:run"]},
8181
include_package_data=True,

0 commit comments

Comments
 (0)