From 44e9954d85843501e8345f0390ba8381d36cb1ba Mon Sep 17 00:00:00 2001 From: Tine Wittler <no-reply@edugit.org> Date: Tue, 15 Apr 2025 04:28:27 +0000 Subject: [PATCH] Update dependency html2text to v2025 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 27bbe664d..0aee9e6ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,7 +77,7 @@ django-material = "^1.6.0" # Legacy django-dynamic-preferences = "^1.11" django-filter = "^25.1" django-templated-email = "^3.0.0" -html2text = "^2024.0.0" +html2text = "^2025.0.0" django-ckeditor = "^6.0.0" # Legacy calendarweek = "^0.5.0" Celery = {version="^5.2", extras=["django", "redis"]} -- GitLab