From c5c604f031cd147a7ef59f2a4f667af27dc887ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 08:30:30 +0000 Subject: [PATCH] Bump bleach from 6.2.0 to 6.4.0 in /doc 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] --- doc/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index 40313375..1ad69dbd 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -3,7 +3,7 @@ asttokens==3.0.0 ; python_version >= "3.9" and python_version < "3.15" attrs==25.1.0 ; python_version >= "3.9" and python_version < "3.15" babel==2.17.0 ; python_version >= "3.9" and python_version < "3.15" beautifulsoup4==4.13.3 ; python_version >= "3.9" and python_version < "3.15" -bleach[css]==6.2.0 ; python_version >= "3.9" and python_version < "3.15" +bleach[css]==6.4.0 ; python_version >= "3.9" and python_version < "3.15" certifi==2025.1.31 ; python_version >= "3.9" and python_version < "3.15" cffi==1.17.1 ; python_version >= "3.9" and python_version < "3.15" and implementation_name == "pypy" charset-normalizer==3.4.1 ; python_version >= "3.9" and python_version < "3.15"