From 9e69f3ea15fe73a8b5abcad940ed958a05de5da4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Dec 2022 14:10:56 +0000 Subject: [PATCH 1/2] Bump django-anymail[mailgun] from 8.6 to 9.0 Bumps [django-anymail[mailgun]](https://github.com/anymail/django-anymail) from 8.6 to 9.0. - [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.6...v9.0) --- updated-dependencies: - dependency-name: django-anymail[mailgun] dependency-type: direct:production update-type: version-update:semver-major ... 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 c4fc2bb..ecb932d 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -8,4 +8,4 @@ sentry-sdk==1.11.1 # https://github.com/getsentry/sentry-python # Django # ------------------------------------------------------------------------------ -django-anymail[mailgun]==8.6 # https://github.com/anymail/django-anymail +django-anymail[mailgun]==9.0 # https://github.com/anymail/django-anymail From de99779d8bc5d0fb48146be317148ecffaace721 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Dec 2022 14:11:00 +0000 Subject: [PATCH 2/2] Bump pytz from 2022.6 to 2022.7 Bumps [pytz](https://github.com/stub42/pytz) from 2022.6 to 2022.7. - [Release notes](https://github.com/stub42/pytz/releases) - [Commits](https://github.com/stub42/pytz/compare/release_2022.6...release_2022.7) --- updated-dependencies: - dependency-name: pytz dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index f700129..0178960 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -1,4 +1,4 @@ -pytz==2022.6 # https://github.com/stub42/pytz +pytz==2022.7 # https://github.com/stub42/pytz psutil==5.9.4 python-slugify==7.0.0 # https://github.com/un33k/python-slugify Pillow==9.3.0 # https://github.com/python-pillow/Pillow