From f159750249f1c007d38b584baab46bbb1fcd0cad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2024 13:23:19 +0000 Subject: [PATCH] Bump google-cloud-storage from 2.13.0 to 2.18.2 in /requirements Bumps [google-cloud-storage](https://github.com/googleapis/python-storage) from 2.13.0 to 2.18.2. - [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.13.0...v2.18.2) --- updated-dependencies: - dependency-name: google-cloud-storage dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/production.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/production.txt b/requirements/production.txt index 9c540c3f3..d4f956296 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -5,7 +5,7 @@ uwsgi>=2.0.17,<2.1 psycopg[binary]>=3.1,<3.2 whitenoise==6.6.0 boto3==1.9.189 -google-cloud-storage==2.13.0 +google-cloud-storage==2.18.2 django-storages==1.14.2 # For retrieving credentials and signing requests to Elasticsearch botocore>=1.12.33,<1.13