From 0c93365a033304ab5bccd62a43e4a74e1ae2b30c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 16:05:02 +0000 Subject: [PATCH] fix(deps): update dependency django-anymail to v12 --- poetry.lock | 17 +++++++++-------- pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/poetry.lock b/poetry.lock index 52646f91..ddaa3a43 100644 --- a/poetry.lock +++ b/poetry.lock @@ -985,22 +985,22 @@ bcrypt = ["bcrypt"] [[package]] name = "django-anymail" -version = "10.3" -description = "Django email backends and webhooks for Amazon SES, Brevo (Sendinblue), MailerSend, Mailgun, Mailjet, Mandrill, Postal, Postmark, Resend, SendGrid, SparkPost and Unisender Go" +version = "12.0" +description = "Django email backends and webhooks for Amazon SES, Brevo, MailerSend, Mailgun, Mailjet, Mandrill, Postal, Postmark, Resend, SendGrid, SparkPost and Unisender Go (EmailBackend, transactional email tracking and inbound email signals)" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "django_anymail-10.3-py3-none-any.whl", hash = "sha256:1e72f059e96930d3675d35fe4c61f82b138ae4a7fcb0337be39dcb4823f94a4f"}, - {file = "django_anymail-10.3.tar.gz", hash = "sha256:35d8ec20b06000af3c1638492e32f416fd1a584f0a572cded03f1bc570169ed0"}, + {file = "django_anymail-12.0-py3-none-any.whl", hash = "sha256:de8458d713d0f9776da9ed04dcd3a0161be23e9ecbcb49dcf149219700ecd274"}, + {file = "django_anymail-12.0.tar.gz", hash = "sha256:65789c1b0f42915aa0450a4f173f77572d4c552979b748ddd8125af41972ad30"}, ] [package.dependencies] -django = ">=2.0" +django = ">=4.0" requests = ">=2.4.3" urllib3 = ">=1.25.0" [package.extras] -amazon-ses = ["boto3"] +amazon-ses = ["boto3 (>=1.10.17)"] postal = ["cryptography"] resend = ["svix"] @@ -2840,6 +2840,7 @@ files = [ {file = "psycopg2-2.9.10-cp311-cp311-win_amd64.whl", hash = "sha256:0435034157049f6846e95103bd8f5a668788dd913a7c30162ca9503fdf542cb4"}, {file = "psycopg2-2.9.10-cp312-cp312-win32.whl", hash = "sha256:65a63d7ab0e067e2cdb3cf266de39663203d38d6a8ed97f5ca0cb315c73fe067"}, {file = "psycopg2-2.9.10-cp312-cp312-win_amd64.whl", hash = "sha256:4a579d6243da40a7b3182e0430493dbd55950c493d8c68f4eec0b302f6bbf20e"}, + {file = "psycopg2-2.9.10-cp313-cp313-win_amd64.whl", hash = "sha256:91fd603a2155da8d0cfcdbf8ab24a2d54bca72795b90d2a3ed2b6da8d979dee2"}, {file = "psycopg2-2.9.10-cp39-cp39-win32.whl", hash = "sha256:9d5b3b94b79a844a986d029eee38998232451119ad653aea42bb9220a8c5066b"}, {file = "psycopg2-2.9.10-cp39-cp39-win_amd64.whl", hash = "sha256:88138c8dedcbfa96408023ea2b0c369eda40fe5d75002c0964c78f46f11fa442"}, {file = "psycopg2-2.9.10.tar.gz", hash = "sha256:12ec0b40b0273f95296233e8750441339298e6a572f7039da5b260e3c8b60e11"}, @@ -4360,4 +4361,4 @@ testing = ["coverage[toml]", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.11.0" -content-hash = "06cae292b45df0e7590b969713ea3a78d176e2630486f9ddb76a96e3d07383f5" +content-hash = "19085faf76cdd8aa44fbcee77ffd03fcf17d4f8e9be0ce8ffc3906e195461b9f" diff --git a/pyproject.toml b/pyproject.toml index 05655b9e..6bcb010e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ cryptography = "^43.0.0" dj-database-url = "^2.1.0" dj-static = "^0.0.6" Django = "^4.2.0" -django-anymail = {extras = ["mailgun"], version = "^10.0"} +django-anymail = {extras = ["mailgun"], version = "^12.0"} django-bitfield = "^2.2.0" django-cache-memoize = "^0.2.0" django-cors-headers = "^4.3.1"