From 89b1f08a2bd8aa5ab778718bb31b724b0bdacd06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 11:24:36 +0000 Subject: [PATCH] chore(deps): update django-storages requirement 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.14...1.14.6) --- updated-dependencies: - dependency-name: django-storages dependency-version: 1.14.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/requirements.txt b/api/requirements.txt index eddf6fd..2211040 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -1,7 +1,7 @@ Django>=6.0,<6.1 djangorestframework>=3.17,<3.18 drf-spectacular>=0.28,<0.29 -django-storages[boto3]>=1.14,<1.15 +django-storages[boto3]>=1.14.6,<1.15 django-ratelimit>=4.1,<5.0 django-unfold>=0.92,<1.0 Pillow>=11.0