mirror of
https://github.com/Alexander-D-Karpov/akarpov
synced 2024-11-22 14:26:34 +03:00
Bump django-anymail from 10.0 to 10.1
Bumps [django-anymail](https://github.com/anymail/django-anymail) from 10.0 to 10.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/v10.0...v10.1) --- updated-dependencies: - dependency-name: django-anymail dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
5ba4d07bce
commit
d3b4758d48
10
poetry.lock
generated
10
poetry.lock
generated
|
@ -1277,13 +1277,13 @@ requests-oauthlib = ">=0.3.0"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "django-anymail"
|
name = "django-anymail"
|
||||||
version = "10.0"
|
version = "10.1"
|
||||||
description = "Django email backends and webhooks for Amazon SES, MailerSend, Mailgun, Mailjet, Mandrill, Postal, Postmark, SendGrid, SendinBlue, and SparkPost"
|
description = "Django email backends and webhooks for Amazon SES, Brevo (Sendinblue), MailerSend, Mailgun, Mailjet, Mandrill, Postal, Postmark, SendGrid, and SparkPost"
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.7"
|
python-versions = ">=3.7"
|
||||||
files = [
|
files = [
|
||||||
{file = "django_anymail-10.0-py3-none-any.whl", hash = "sha256:7b7af58175b4284662f0841e90be655cdc0a6b70ec22587d62862a147c76c87f"},
|
{file = "django_anymail-10.1-py3-none-any.whl", hash = "sha256:e0a65c1e235dcb863dab67a3e193e899a48503b650df483d7b73f73983fd874b"},
|
||||||
{file = "django_anymail-10.0.tar.gz", hash = "sha256:59eb4c91e201cd6465bd5e27f2cc3342e897e8178c1b1a4bc1a10871ae0b6ef3"},
|
{file = "django_anymail-10.1.tar.gz", hash = "sha256:5c4f26bd0f5507324ed1da31e430bca3293bb2c16f386e813484f2ea2df83d06"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
|
@ -5656,4 +5656,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
|
||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = "^3.11"
|
python-versions = "^3.11"
|
||||||
content-hash = "0f3ffb70e4ca26a0c3ccc58690a3835d1e744fdeb46694781c1ea9bc49f43d41"
|
content-hash = "819ee8d3184c3d8525feb51aed36e44aaa088abe27b279bb0bd36ddf15e7d211"
|
||||||
|
|
|
@ -57,7 +57,7 @@ django-coverage-plugin = "^3.0.0"
|
||||||
pytest-django = "^4.5.2"
|
pytest-django = "^4.5.2"
|
||||||
gunicorn = "^21.2.0"
|
gunicorn = "^21.2.0"
|
||||||
sentry-sdk = "^1.25.1"
|
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-polymorphic = "^3.1.0"
|
||||||
django-jazzmin = "^2.6.0"
|
django-jazzmin = "^2.6.0"
|
||||||
django-cacheops = "^7.0"
|
django-cacheops = "^7.0"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user