From 588b09ce32572b6ed7425cad5178c0f0bf6e23eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Jul 2021 10:38:44 +0000 Subject: [PATCH] build(deps): bump google-cloud-storage from 1.38.0 to 1.41.1 in /backend Bumps [google-cloud-storage](https://github.com/googleapis/python-storage) from 1.38.0 to 1.41.1. - [Release notes](https://github.com/googleapis/python-storage/releases) - [Changelog](https://github.com/googleapis/python-storage/blob/master/CHANGELOG.md) - [Commits](https://github.com/googleapis/python-storage/compare/v1.38.0...v1.41.1) --- 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 1e36bb215..dd3ecbc0d 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -5,7 +5,7 @@ fakeredis==1.5.0 Flask==1.1.2 Flask-Cors==3.0.10 flask-talisman==0.8.1 -google-cloud-storage==1.38.0 +google-cloud-storage==1.41.1 gunicorn==20.1.0 python-dateutil==2.8.2 pytoml==0.1.21