From 5221ddc361b517f02a20e4a07c42b13aac263880 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 12:35:13 +0000 Subject: [PATCH] Bump django-storages from 1.14.2 to 1.14.4 in /requirements Bumps [django-storages](https://github.com/jschneier/django-storages) from 1.14.2 to 1.14.4. - [Changelog](https://github.com/jschneier/django-storages/blob/master/CHANGELOG.rst) - [Commits](https://github.com/jschneier/django-storages/compare/1.14.2...1.14.4) --- updated-dependencies: - dependency-name: django-storages dependency-type: direct:production update-type: version-update:semver-patch ... 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 6694dc0a0..dc0b54f12 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -6,7 +6,7 @@ psycopg[binary]>=3.1,<3.2 whitenoise==6.6.0 boto3==1.9.189 google-cloud-storage==2.13.0 -django-storages==1.14.2 +django-storages==1.14.4 # For retrieving credentials and signing requests to Elasticsearch botocore>=1.12.33,<1.13 aws-requests-auth==0.4.3