From 0b3f1ec52421621c776778ee90578bfbf0fbde56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Sep 2023 08:39:46 +0000 Subject: [PATCH] Bump google-cloud-storage from 2.10.0 to 2.11.0 Bumps [google-cloud-storage](https://github.com/googleapis/python-storage) from 2.10.0 to 2.11.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.10.0...v2.11.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 cd6fa336..7c02ae17 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ flask==2.3.3 -google-cloud-storage==2.10.0 +google-cloud-storage==2.11.0 diff --git a/setup.py b/setup.py index 6cbdf547..73b355f5 100644 --- a/setup.py +++ b/setup.py @@ -62,7 +62,7 @@ extras_require={ "aws": ["boto3==1.28.39"], "docker": ["gunicorn==21.2.0"], - "gcp": ["google-cloud-storage==2.10.0"], + "gcp": ["google-cloud-storage==2.11.0"], }, python_requires=">=3.8", )