From e1c74f08f12b8bec6afe266951f0756dc1b43ebe Mon Sep 17 00:00:00 2001 From: Sebastian Rittau Date: Fri, 22 Nov 2024 17:30:49 +0100 Subject: [PATCH] [bleach] Update to 6.2.* (#12927) --- stubs/bleach/@tests/stubtest_allowlist.txt | 3 +++ stubs/bleach/METADATA.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/stubs/bleach/@tests/stubtest_allowlist.txt b/stubs/bleach/@tests/stubtest_allowlist.txt index 75c027405b78..fd5e558aee0b 100644 --- a/stubs/bleach/@tests/stubtest_allowlist.txt +++ b/stubs/bleach/@tests/stubtest_allowlist.txt @@ -3,3 +3,6 @@ bleach._vendor.* # Is a property returning a method, simplified: bleach.html5lib_shim.InputStreamWithMemory.changeEncoding + +# Shim for the obsolete six package, used by the vendored html5lib +bleach.six_shim diff --git a/stubs/bleach/METADATA.toml b/stubs/bleach/METADATA.toml index c5926af4801e..7dfbd41a855e 100644 --- a/stubs/bleach/METADATA.toml +++ b/stubs/bleach/METADATA.toml @@ -1,4 +1,4 @@ -version = "6.1.*" +version = "6.2.*" requires = ["types-html5lib"] upstream_repository = "https://github.com/mozilla/bleach"