Skip to content

Commit

Permalink
Update google-cloud-storage requirement from <3,>=2 to >=2,<4
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@v2.0.0...v3.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 30, 2025
1 parent d0f7d86 commit c7bc706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies = [
"datasets>=2.1,<4", # Access Hugging Face datasets
"seqeval>=1.2,<2", # Sequence labeling evaluation
"google-cloud-secret-manager>=2,<3",
"google-cloud-storage>=2,<3",
"google-cloud-storage>=2,<4",
"hypothesis",
"matplotlib>=3.8,<4",
"mlflow>=2.12",
Expand Down

0 comments on commit c7bc706

Please sign in to comment.