From 03c03c43b73389a0d9f091d623d407cbb1a0f13b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 23:07:36 +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 ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 41c0389..65a8a61 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ astroid==4.0.4 ; python_version >= "3.12" and python_version < "4.0" -bleach==6.3.0 ; python_version >= "3.12" and python_version < "4.0" +bleach==6.4.0 ; python_version >= "3.12" and python_version < "4.0" certifi==2026.5.20 ; python_version >= "3.12" and python_version < "4.0" chardet==7.4.3 ; python_version >= "3.12" and python_version < "4.0" charset-normalizer==3.4.7 ; python_version >= "3.12" and python_version < "4.0"