From 43dd73ee610a7c7cecf6a6ec72f0615fc26c688f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Jul 2022 21:57:40 +0000 Subject: [PATCH] Chore(deps): Bump django-anymail from 0.5 to 1.2.1 Bumps [django-anymail](https://github.com/anymail/django-anymail) from 0.5 to 1.2.1. - [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/v0.5...v1.2.1) --- updated-dependencies: - dependency-name: django-anymail dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 34c9ffd..10b4d44 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ boto==2.40.0 dj-database-url==0.4.1 psycopg2==2.8.3 Pillow==5.4.1 -django-anymail==0.5 +django-anymail==1.2.1 djangorestframework==3.9.1 django-rest-framework-social-oauth2==1.0.7 drf-nested-routers==0.90.0