Merge pull request #177 from Alexander-D-Karpov/dependabot/pip/django-anymail-10.1

Bump django-anymail from 10.0 to 10.1
This commit is contained in:
Alexander Karpov 2023-08-05 12:49:20 +03:00 committed by GitHub
commit 9b04dd62c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View File

@ -1277,13 +1277,13 @@ requests-oauthlib = ">=0.3.0"
[[package]]
name = "django-anymail"
version = "10.0"
description = "Django email backends and webhooks for Amazon SES, MailerSend, Mailgun, Mailjet, Mandrill, Postal, Postmark, SendGrid, SendinBlue, and SparkPost"
version = "10.1"
description = "Django email backends and webhooks for Amazon SES, Brevo (Sendinblue), MailerSend, Mailgun, Mailjet, Mandrill, Postal, Postmark, SendGrid, and SparkPost"
optional = false
python-versions = ">=3.7"
files = [
{file = "django_anymail-10.0-py3-none-any.whl", hash = "sha256:7b7af58175b4284662f0841e90be655cdc0a6b70ec22587d62862a147c76c87f"},
{file = "django_anymail-10.0.tar.gz", hash = "sha256:59eb4c91e201cd6465bd5e27f2cc3342e897e8178c1b1a4bc1a10871ae0b6ef3"},
{file = "django_anymail-10.1-py3-none-any.whl", hash = "sha256:e0a65c1e235dcb863dab67a3e193e899a48503b650df483d7b73f73983fd874b"},
{file = "django_anymail-10.1.tar.gz", hash = "sha256:5c4f26bd0f5507324ed1da31e430bca3293bb2c16f386e813484f2ea2df83d06"},
]
[package.dependencies]
@ -5656,4 +5656,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
[metadata]
lock-version = "2.0"
python-versions = "^3.11"
content-hash = "0f3ffb70e4ca26a0c3ccc58690a3835d1e744fdeb46694781c1ea9bc49f43d41"
content-hash = "819ee8d3184c3d8525feb51aed36e44aaa088abe27b279bb0bd36ddf15e7d211"

View File

@ -57,7 +57,7 @@ django-coverage-plugin = "^3.0.0"
pytest-django = "^4.5.2"
gunicorn = "^21.2.0"
sentry-sdk = "^1.25.1"
django-anymail = {extras = ["mailgun"], version = "^10.0"}
django-anymail = {extras = ["mailgun"], version = "^10.1"}
django-polymorphic = "^3.1.0"
django-jazzmin = "^2.6.0"
django-cacheops = "^7.0"