From 0ae9d50d426e919317616c4a18056c5d1e314747 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 21 Jun 2021 13:48:59 +0000 Subject: [PATCH] Bump django-anymail[mailgun] from 8.0 to 8.4 Bumps [django-anymail[mailgun]](https://github.com/anymail/django-anymail) from 8.0 to 8.4. - [Release notes](https://github.com/anymail/django-anymail/releases) - [Changelog](https://github.com/anymail/django-anymail/blob/main/CHANGELOG.rst) - [Commits](https://github.com/anymail/django-anymail/compare/v8.0...v8.4) Signed-off-by: dependabot-preview[bot] --- {{cookiecutter.project_slug}}/requirements/production.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/requirements/production.txt b/{{cookiecutter.project_slug}}/requirements/production.txt index 0ca2ce53..b979a28d 100644 --- a/{{cookiecutter.project_slug}}/requirements/production.txt +++ b/{{cookiecutter.project_slug}}/requirements/production.txt @@ -5,5 +5,5 @@ gunicorn==20.0.4 # https://github.com/benoitc/gunicorn psycopg2==2.8.6 --no-binary psycopg2 # https://github.com/psycopg/psycopg2 Collectfast==2.2.0 # https://github.com/antonagestam/collectfast -django-anymail[mailgun]==8.0 +django-anymail[mailgun]==8.4 django-redis==4.12.1 # https://github.com/jazzband/django-redis