From 9ab3f3578b5ce50059baee260521eb6b352c6499 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 16:20:37 +0000 Subject: [PATCH] Bump django-storages from 1.13.2 to 1.14.2 Bumps [django-storages](https://github.com/jschneier/django-storages) from 1.13.2 to 1.14.2. - [Changelog](https://github.com/jschneier/django-storages/blob/master/CHANGELOG.rst) - [Commits](https://github.com/jschneier/django-storages/compare/1.13.2...1.14.2) --- updated-dependencies: - dependency-name: django-storages dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6bd8a96d1..bc72d2e71 100644 --- a/requirements.txt +++ b/requirements.txt @@ -94,7 +94,7 @@ botocore>=1.15.0,<1.32.0 boto3>=1.12.0,<1.29.0 python-dateutil==2.8.2 -django-storages==1.13.2 +django-storages==1.14.2 text-unidecode==1.3 # for faker Faker==19.13.0 factory_boy==3.3.0