From abbcdc5a82175baed492b02f01f2f5cd345427e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 06:19:58 +0000 Subject: [PATCH] Bump django-storages from 1.14.2 to 1.14.3 Bumps [django-storages](https://github.com/jschneier/django-storages) from 1.14.2 to 1.14.3. - [Changelog](https://github.com/jschneier/django-storages/blob/master/CHANGELOG.rst) - [Commits](https://github.com/jschneier/django-storages/compare/1.14.2...1.14.3) --- updated-dependencies: - dependency-name: django-storages dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 49f38a8b779..f576f6e3650 100644 --- a/requirements.txt +++ b/requirements.txt @@ -99,7 +99,7 @@ django-querystring-tag==1.0.3 # via -r requirements.in django-redis==5.4.0 # via -r requirements.in -django-storages==1.14.2 +django-storages==1.14.3 # via -r requirements.in django-taggit==3.0.0 # via wagtail