Skip to content

Commit

Permalink
Bump google-cloud-storage from 2.11.0 to 2.14.0
Browse files Browse the repository at this point in the history
Bumps [google-cloud-storage](https://github.com/googleapis/python-storage) from 2.11.0 to 2.14.0.
- [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.11.0...v2.14.0)

---
updated-dependencies:
- dependency-name: google-cloud-storage
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 13, 2023
1 parent a186ebb commit 9b4e57c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
flask==3.0.0
google-cloud-storage==2.11.0
google-cloud-storage==2.14.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
extras_require={
"aws": ["boto3==1.28.60"],
"docker": ["gunicorn==21.2.0"],
"gcp": ["google-cloud-storage==2.11.0"],
"gcp": ["google-cloud-storage==2.14.0"],
},
python_requires=">=3.8",
)

0 comments on commit 9b4e57c

Please sign in to comment.