diff --git a/poetry.lock b/poetry.lock index f6356fd96d..352a0ce1ef 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1232,13 +1232,13 @@ files = [ [[package]] name = "django-ses" -version = "4.1.1" +version = "4.3.1" description = "A Django email backend for Amazon's Simple Email Service (SES)" optional = false python-versions = "<4.0,>=3.8" files = [ - {file = "django_ses-4.1.1-py3-none-any.whl", hash = "sha256:83bb09d2b149dbc1a67a89f66a6681a99e32b8253f47ff4b7fae241d05344cc8"}, - {file = "django_ses-4.1.1.tar.gz", hash = "sha256:28f9931df1251660eaf976b7413a42e7b0d25a18043316b96c721d8add7bf7b8"}, + {file = "django_ses-4.3.1-py3-none-any.whl", hash = "sha256:1b66e7958c74b5109aa5179aa975b71599c4db15d5072d5787a2c2ff53e50903"}, + {file = "django_ses-4.3.1.tar.gz", hash = "sha256:3db5b442d76f38679a09099c8e3bfd60690823e4bd583b15fe5187822bf8389d"}, ] [package.dependencies] @@ -5691,4 +5691,4 @@ testing = ["coverage[toml]", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = ">=3.13, <3.14" -content-hash = "f3f18f766dff485b3ee4a1c91cf1ae2bdf79c1e651a8eabf1b2c23155842bf3d" +content-hash = "9ef6726304bff05ded53686152ffddf717d51d3818ca3e0c16490b5faa0cc6cc" diff --git a/pyproject.toml b/pyproject.toml index 75c1edf4b3..cdad53b596 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -112,7 +112,7 @@ types-pytz = "^2024.2.0.20241003" psycopg = {version = "3.2.3", extras = ["binary", "pool"]} boto3 = "^1.35.44" drf-dynamic-fields = "^0.4.0" -django-ses = {extras = ["events"], version = "^4.1.1"} +django-ses = {extras = ["events"], version = "^4.3.1"} juriscraper = "^2.6.26"