From ab876585ee6bd951b2b46dfa962049c15e5b3759 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 10:09:00 +0000 Subject: [PATCH] Bump bleach from 6.3.0 to 6.4.0 Bumps [bleach](https://github.com/mozilla/bleach) from 6.3.0 to 6.4.0. - [Changelog](https://github.com/mozilla/bleach/blob/main/CHANGES) - [Commits](https://github.com/mozilla/bleach/compare/v6.3.0...v6.4.0) --- updated-dependencies: - dependency-name: bleach dependency-version: 6.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c73b45ec..9e4484a7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -110,5 +110,5 @@ pyparsing==3.3.1 backports.zoneinfo;python_version<"3.9" webencodings==0.5.1 # django-markdownify tinycss2==1.5.0 # django-markdownify -bleach==6.3.0 # django-markdownify +bleach==6.4.0 # django-markdownify django-markdownify==0.9.5