From 370be7dfde1f5a0cdf3eb6b823bbfeb8f5fb4234 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 04:03:51 +0000 Subject: [PATCH] Bump django-storages from 1.14.4 to 1.14.6 in /backend Bumps [django-storages](https://github.com/jschneier/django-storages) from 1.14.4 to 1.14.6. - [Changelog](https://github.com/jschneier/django-storages/blob/master/CHANGELOG.rst) - [Commits](https://github.com/jschneier/django-storages/compare/1.14.4...1.14.6) --- updated-dependencies: - dependency-name: django-storages dependency-version: 1.14.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- backend/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 34790c30d0..9e722e990f 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -57,7 +57,7 @@ dependencies = [ "whitenoise==6.7.0", "django-ordered-model==3.5", "uwsgi==2.0.30", - "django-storages==1.14.4", + "django-storages==1.14.6", "sentry-sdk>=2.14.0", "boto3==1.35.76", "pycountry<20.0,>=19.8",