From b6b7b68cd541a3e4b833d03c53ee0282a29fb3d4 Mon Sep 17 00:00:00 2001 From: Tine Wittler <no-reply@edugit.org> Date: Fri, 8 Apr 2022 16:35:29 +0000 Subject: [PATCH] Update dependency django-bleach to v2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 51f859a3a..d7ec10624 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,7 +89,7 @@ django-celery-email = "^3.0.0" django-jsonstore = "^0.5.0" django-polymorphic = "^3.0.0" django-colorfield = "^0.6.0" -django-bleach = "^1.0.0" +django-bleach = "^2.0.0" django-guardian = "^2.2.0" rules = "^3.0" django-cache-memoize = "^0.1.6" -- GitLab