From 2c7326e6ea7d63e248cf9b2eaf6e1a69c34428f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Mar 2021 05:28:22 +0000 Subject: [PATCH] build(deps): bump google-cloud-storage from 1.36.2 to 1.37.0 in /backend Bumps [google-cloud-storage](https://github.com/googleapis/python-storage) from 1.36.2 to 1.37.0. - [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.36.2...v1.37.0) 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 dde2d7b44..9bfb565fd 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -5,7 +5,7 @@ fakeredis==1.4.5 Flask==1.1.2 Flask-Cors==3.0.10 flask-talisman==0.7.0 -google-cloud-storage==1.36.2 +google-cloud-storage==1.37.0 gunicorn==20.0.4 python-dateutil==2.8.1 pytoml==0.1.21