Skip to content

Commit

Permalink
Update google-cloud-storage requirement
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/main/CHANGELOG.md)
- [Commits](googleapis/python-storage@v1.31.0...v3.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 1, 2025
1 parent b207680 commit 67ef5f8
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 @@ -42,7 +42,7 @@
"amazon": ["boto3 >= 1.11.9, <2.0.0"],
"google": [
"grpcio >= 1.32.0, <2.0.0",
"google-cloud-storage >= 1.31.0, < 3.0.0",
"google-cloud-storage >= 1.31.0, < 4.0.0",
],
"dev": [
"twine",
Expand Down

0 comments on commit 67ef5f8

Please sign in to comment.