From 3cf0be5244fbb5f788d817d0a71957a8f3c94716 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 18:14:52 +0000 Subject: [PATCH] chore: bump django-storages[s3] from 1.14.4 to 1.14.5 Bumps [django-storages[s3]](https://github.com/jschneier/django-storages) from 1.14.4 to 1.14.5. - [Changelog](https://github.com/jschneier/django-storages/blob/master/CHANGELOG.rst) - [Commits](https://github.com/jschneier/django-storages/compare/1.14.4...1.14.5) --- updated-dependencies: - dependency-name: django-storages[s3] dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cd760d24..2c897653 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,7 +68,7 @@ docker = [ "uwsgi==2.0.28", ] s3 = [ - "django-storages[s3]==1.14.4", + "django-storages[s3]==1.14.5", ] sync = [ "pydantic==2.10.6",