From d16b7098bb3f9f5c6a771975737ddd6b64f768a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 16:31:43 +0000 Subject: [PATCH] Bump bleach from 6.2.0 to 6.4.0 in /requirements Bumps [bleach](https://github.com/mozilla/bleach) from 6.2.0 to 6.4.0. - [Changelog](https://github.com/mozilla/bleach/blob/main/CHANGES) - [Commits](https://github.com/mozilla/bleach/compare/v6.2.0...v6.4.0) --- updated-dependencies: - dependency-name: bleach dependency-version: 6.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 4990b7435e..a2252a44f3 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -1,5 +1,5 @@ black==24.3.0 -bleach==6.2.0 +bleach==6.4.0 click==8.0.4 # This version of click has to be set because 8.1 breaks black formatting defusedxml==0.7.1 django==5.2.15