From 156622fa9043c32fc1286c1bb352e38641897f43 Mon Sep 17 00:00:00 2001 From: stubsabot <> Date: Sat, 6 Jun 2026 00:43:18 +0000 Subject: [PATCH] [stubsabot] Bump bleach to 6.4.* Release: https://pypi.org/pypi/bleach/6.4.0 Homepage: https://github.com/mozilla/bleach Repository: https://github.com/mozilla/bleach Typeshed stubs: https://github.com/python/typeshed/tree/main/stubs/bleach Diff: https://github.com/mozilla/bleach/compare/v6.3.0...v6.4.0 Stubsabot analysis of the diff between the two releases: - 0 public Python files have been added. - 0 files included in typeshed's stubs have been deleted. - 4 files included in typeshed's stubs have been modified or renamed: `bleach/__init__.py`, `bleach/html5lib_shim.py`, `bleach/linkifier.py`, `bleach/sanitizer.py`. - Total lines of Python code added: 93. - Total lines of Python code deleted: 17. If stubtest fails for this PR: - Leave this PR open (as a reminder, and to prevent stubsabot from opening another PR) - Fix stubtest failures in another PR, then close this PR Note that you will need to close and re-open the PR in order to trigger CI --- stubs/bleach/METADATA.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stubs/bleach/METADATA.toml b/stubs/bleach/METADATA.toml index 827e1197d332..155a221bcd9d 100644 --- a/stubs/bleach/METADATA.toml +++ b/stubs/bleach/METADATA.toml @@ -1,4 +1,4 @@ -version = "6.3.*" +version = "6.4.*" dependencies = ["types-html5lib"] upstream-repository = "https://github.com/mozilla/bleach"