From 8c49d8145289ed17849355f8b25156996d76d2d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 16:03:51 +0000 Subject: [PATCH] chore(deps-dev): bump bleach from 4.1.0 to 6.4.0 Bumps [bleach](https://github.com/mozilla/bleach) from 4.1.0 to 6.4.0. - [Changelog](https://github.com/mozilla/bleach/blob/main/CHANGES) - [Commits](https://github.com/mozilla/bleach/compare/v4.1.0...v6.4.0) --- updated-dependencies: - dependency-name: bleach dependency-version: 6.4.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index b472ce3588..eb6cb24af1 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -9,7 +9,7 @@ pytest==7.4.4 pytest-cov==4.1.0 readme-renderer==42.0 markupsafe==2.1.3 -bleach==4.1.0 # This dependency was updated to a breaking version. +bleach==6.4.0 # This dependency was updated to a breaking version. codespell==2.1.0 requests==2.32.3 ruamel.yaml==0.17.21