mirror of
https://github.com/Alexander-D-Karpov/akarpov
synced 2024-11-11 02:26:36 +03:00
Bump django-anymail from 9.1 to 10.0
Bumps [django-anymail](https://github.com/anymail/django-anymail) from 9.1 to 10.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/v9.1...v10.0) --- updated-dependencies: - dependency-name: django-anymail dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
66aad318b3
commit
058252a1f5
13
poetry.lock
generated
13
poetry.lock
generated
|
@ -1291,23 +1291,23 @@ requests-oauthlib = ">=0.3.0"
|
|||
|
||||
[[package]]
|
||||
name = "django-anymail"
|
||||
version = "9.1"
|
||||
version = "10.0"
|
||||
description = "Django email backends and webhooks for Amazon SES, MailerSend, Mailgun, Mailjet, Mandrill, Postal, Postmark, SendGrid, SendinBlue, and SparkPost"
|
||||
category = "main"
|
||||
optional = false
|
||||
python-versions = ">=3.6"
|
||||
python-versions = ">=3.7"
|
||||
files = [
|
||||
{file = "django-anymail-9.1.tar.gz", hash = "sha256:339d0ada34fde4e7e8b655dd496f780a5db0e2782b1b10794f534e22c4829dc7"},
|
||||
{file = "django_anymail-9.1-py3-none-any.whl", hash = "sha256:5f18eb6b368e11ed1ec1e3e02f5b80e6d6406b4a37493ac1c1d18b83ca4f3c57"},
|
||||
{file = "django_anymail-10.0-py3-none-any.whl", hash = "sha256:7b7af58175b4284662f0841e90be655cdc0a6b70ec22587d62862a147c76c87f"},
|
||||
{file = "django_anymail-10.0.tar.gz", hash = "sha256:59eb4c91e201cd6465bd5e27f2cc3342e897e8178c1b1a4bc1a10871ae0b6ef3"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
django = ">=2.0"
|
||||
requests = ">=2.4.3"
|
||||
urllib3 = ">=1.25.0"
|
||||
|
||||
[package.extras]
|
||||
amazon-ses = ["boto3"]
|
||||
dev = ["pre-commit", "sphinx", "sphinx-rtd-theme", "tox", "twine", "wheel"]
|
||||
postal = ["cryptography"]
|
||||
|
||||
[[package]]
|
||||
|
@ -5366,6 +5366,7 @@ category = "main"
|
|||
optional = false
|
||||
python-versions = "*"
|
||||
files = [
|
||||
{file = "wcwidth-0.2.6-py2.py3-none-any.whl", hash = "sha256:795b138f6875577cd91bba52baf9e445cd5118fd32723b460e30a0af30ea230e"},
|
||||
{file = "wcwidth-0.2.6.tar.gz", hash = "sha256:a5220780a404dbe3353789870978e472cfe477761f06ee55077256e509b156d0"},
|
||||
]
|
||||
|
||||
|
@ -5708,4 +5709,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
|
|||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.11"
|
||||
content-hash = "2365c910257ce91b09f72d236f19cf15257b5561f7fc746fed7c8e1f6155c0d4"
|
||||
content-hash = "e26f9b79098dd283c320d61e306ffc1b81fbb42bff4cb11578bd4ae4db0473c1"
|
||||
|
|
|
@ -57,7 +57,7 @@ django-coverage-plugin = "^3.0.0"
|
|||
pytest-django = "^4.5.2"
|
||||
gunicorn = "^20.1.0"
|
||||
sentry-sdk = "^1.21.0"
|
||||
django-anymail = {extras = ["mailgun"], version = "^9.1"}
|
||||
django-anymail = {extras = ["mailgun"], version = "^10.0"}
|
||||
django-polymorphic = "^3.1.0"
|
||||
django-jazzmin = "^2.6.0"
|
||||
django-cacheops = "^6.1"
|
||||
|
|
Loading…
Reference in New Issue
Block a user