diff --git a/poetry.lock b/poetry.lock index 071fd371420502e0caeaf8f733999da57828dc2f..a9abf67d6ed82aa1f684d357f4307df6ae60d4f4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1112,7 +1112,7 @@ tablib = ["tablib"] [[package]] name = "django-templated-email" -version = "2.4.0" +version = "3.0.0" description = "A Django oriented templated / transaction email abstraction" category = "main" optional = false @@ -2659,7 +2659,7 @@ s3 = ["boto3", "django-storages"] [metadata] lock-version = "1.1" python-versions = "^3.9" -content-hash = "9f32b8c927a314eee7e26de4a004a3c86b19737a345f3c699a7d9ccdd7efabd9" +content-hash = "1748b9fe2f06eb667d8d3ab33ad383083308a8c895b682b9c3f85c11c3d283c9" [metadata.files] alabaster = [ @@ -3120,7 +3120,8 @@ django-tables2 = [ {file = "django_tables2-2.4.0-py2.py3-none-any.whl", hash = "sha256:0f10ecef25708385a9d32d68d7c9478ca8dda31569410cb05a025be3f2c57593"}, ] django-templated-email = [ - {file = "django-templated-email-2.4.0.tar.gz", hash = "sha256:3bcd95cb806070b13c9919a72fec944b5ce319e30e8828a08180767bb1f84027"}, + {file = "django-templated-email-3.0.0.tar.gz", hash = "sha256:49d61840ec551e640adaf341146e94d6f9058ae01df964480850bf988046e5eb"}, + {file = "django_templated_email-3.0.0-py3-none-any.whl", hash = "sha256:bf1b68ffe6c8794c0c50e2ce20e3a166c6d511b3879abbd3cf059a3fc2fe2e60"}, ] django-timezone-field = [ {file = "django-timezone-field-4.1.2.tar.gz", hash = "sha256:cffac62452d060e365938aa9c9f7b72d70d8b26b9c60243bce227b35abd1b9df"}, diff --git a/pyproject.toml b/pyproject.toml index c21a92d35ad19a358d393ef6ce3cf31dc31a05ae..670376a22ecde4147221062c0677d7c773305604 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,7 +70,7 @@ django-material = "^1.6.0" django-dynamic-preferences = "^1.9" django_widget_tweaks = "^1.4.5" django-filter = "^2.2.0" -django-templated-email = "^2.3.0" +django-templated-email = "^3.0.0" html2text = "^2020.0.0" django-ckeditor = "^6.0.0" django-js-reverse = "^0.9.1"