From cb4d86fab6e8b479e4495b8720f1ac717c611841 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 23:28:37 +0000 Subject: [PATCH] Update bleach[css] requirement from ~=6.1 to ~=6.2 Updates the requirements on [bleach[css]](https://github.com/mozilla/bleach) to permit the latest version. - [Changelog](https://github.com/mozilla/bleach/blob/main/CHANGES) - [Commits](https://github.com/mozilla/bleach/compare/v6.1.0...v6.2.0) --- updated-dependencies: - dependency-name: bleach[css] dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9d7567e33..d97a2448a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ # Application Django==4.2.16 -bleach[css]~=6.1 +bleach[css]~=6.2 celery[redis]==5.4.0 crispy-bootstrap5==2024.10 django-activity-stream==2.0.0