[bleach] Update to 6.2.* (#12927)

This commit is contained in:
Sebastian Rittau
2024-11-22 17:30:49 +01:00
committed by GitHub
parent 05b969f975
commit e1c74f08f1
2 changed files with 4 additions and 1 deletions

View File

@@ -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

View File

@@ -1,4 +1,4 @@
version = "6.1.*"
version = "6.2.*"
requires = ["types-html5lib"]
upstream_repository = "https://github.com/mozilla/bleach"