From fce420781654e6eb94fb76bbbe8fdef377640bfd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Dec 2022 10:08:55 +0000 Subject: [PATCH] build(deps): bump django-storages[boto3] from 1.13.1 to 1.13.2 Bumps [django-storages[boto3]](https://github.com/jschneier/django-storages) from 1.13.1 to 1.13.2. - [Release notes](https://github.com/jschneier/django-storages/releases) - [Changelog](https://github.com/jschneier/django-storages/blob/master/CHANGELOG.rst) - [Commits](https://github.com/jschneier/django-storages/compare/1.13.1...1.13.2) --- updated-dependencies: - dependency-name: django-storages[boto3] dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/production.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/production.txt b/requirements/production.txt index 30ed2d0..4df8347 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -7,5 +7,5 @@ psycopg2==2.9.5 # https://github.com/psycopg/psycopg2 # Django # ------------------------------------------------------------------------------ -django-storages[boto3]==1.13.1 # https://github.com/jschneier/django-storages +django-storages[boto3]==1.13.2 # https://github.com/jschneier/django-storages django-anymail[amazon_ses]==8.6 # https://github.com/anymail/django-anymail