Skip to content

Commit 30a9a24

Browse files
Bump google-cloud-storage from 2.4.0 to 2.5.0 (#374)
Bumps [google-cloud-storage](https://github.com/googleapis/python-storage) from 2.4.0 to 2.5.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.4.0...v2.5.0) --- updated-dependencies: - dependency-name: google-cloud-storage dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6a47c12 commit 30a9a24

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
flask==2.2.1
2-
google-cloud-storage==2.4.0
2+
google-cloud-storage==2.5.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
extras_require={
6363
"aws": ["boto3==1.24.46"],
6464
"docker": ["gunicorn==20.1.0"],
65-
"gcp": ["google-cloud-storage==2.4.0"],
65+
"gcp": ["google-cloud-storage==2.5.0"],
6666
},
6767
python_requires=">=3.7",
6868
)

0 commit comments

Comments
 (0)