From 0cc7080a39fbe7e8da390fc7183d190e5f2ada06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 08:59:23 +0000 Subject: [PATCH] Bump google-cloud-storage from 2.14.0 to 2.15.0 Bumps [google-cloud-storage](https://github.com/googleapis/python-storage) from 2.14.0 to 2.15.0. - [Release notes](https://github.com/googleapis/python-storage/releases) - [Changelog](https://github.com/googleapis/python-storage/blob/main/CHANGELOG.md) - [Commits](https://github.com/googleapis/python-storage/compare/v2.14.0...v2.15.0) --- updated-dependencies: - dependency-name: google-cloud-storage dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 3ef2a441..0e48c9f2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ flask==3.0.0 -google-cloud-storage==2.14.0 +google-cloud-storage==2.15.0 diff --git a/setup.py b/setup.py index 6a5d1ddb..059975b6 100644 --- a/setup.py +++ b/setup.py @@ -63,7 +63,7 @@ extras_require={ "aws": ["boto3==1.34.17"], "docker": ["gunicorn==21.2.0"], - "gcp": ["google-cloud-storage==2.14.0"], + "gcp": ["google-cloud-storage==2.15.0"], }, python_requires=">=3.8", )