From 564d4f26bdb36959bb73bd567f54467ebbba55ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Sep 2023 21:22:03 +0000 Subject: [PATCH] build(deps): bump google-cloud-storage from 2.7.0 to 2.11.0 in /backend Bumps [google-cloud-storage](https://github.com/googleapis/python-storage) from 2.7.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.7.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] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index c4a7a92e0..444750ef1 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -4,7 +4,7 @@ datadog==0.47.0 Flask==2.2.3 Flask-Cors==3.0.10 flask-talisman==1.1.0 -google-cloud-storage==2.7.0 +google-cloud-storage==2.11.0 gunicorn==21.2.0 python-dateutil==2.8.2 pytoml==0.1.21