From 90ef6fbaf9772e0c95009f25133cf123f3f54029 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 22:32:10 +0000 Subject: [PATCH] Update django-storages requirement from ~=1.13 to ~=1.14 Updates the requirements on [django-storages](https://github.com/jschneier/django-storages) to permit the latest version. - [Changelog](https://github.com/jschneier/django-storages/blob/master/CHANGELOG.rst) - [Commits](https://github.com/jschneier/django-storages/compare/1.13...1.14.2) --- updated-dependencies: - dependency-name: django-storages dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6707a885..fedae57b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ django-admin-interface~=0.26.0 python-decouple~=3.8 python-dateutil~=2.8.2 boto3~=1.28.10 -django-storages~=1.13 +django-storages~=1.14 gunicorn~=21.2.0 psycopg2-binary~=2.9.5 sentry-sdk~=1.44.0