diff --git a/poetry.lock b/poetry.lock index d9ca808..90035e7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -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]] @@ -5709,4 +5709,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "c62c49bdf43a7513ffab944e0b76b3d62b3e9191c2d238ec6e215cbdeb2653a1" +content-hash = "e26f9b79098dd283c320d61e306ffc1b81fbb42bff4cb11578bd4ae4db0473c1" \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index f22c488..5f41674 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"