From 7e774bc3aa6db6fdc5259a927dfc002481936618 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 18:35:07 +0000 Subject: [PATCH] chore: bump django-storages[s3] from 1.14.5 to 1.14.6 Bumps [django-storages[s3]](https://github.com/jschneier/django-storages) from 1.14.5 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.5...1.14.6) --- updated-dependencies: - dependency-name: django-storages[s3] dependency-version: 1.14.6 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 cc08e1cc..70db653c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,7 +68,7 @@ docker = [ "uvicorn==0.34.0", ] s3 = [ - "django-storages[s3]==1.14.5", + "django-storages[s3]==1.14.6", ] sync = [ "pydantic==2.11.1",