Skip to content

Commit

Permalink
[bleach] Update to 6.2.* (python#12927)
Browse files Browse the repository at this point in the history
  • Loading branch information
srittau authored Nov 22, 2024
1 parent 05b969f commit e1c74f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions stubs/bleach/@tests/stubtest_allowlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion stubs/bleach/METADATA.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "6.1.*"
version = "6.2.*"
requires = ["types-html5lib"]
upstream_repository = "https://github.com/mozilla/bleach"

Expand Down

0 comments on commit e1c74f0

Please sign in to comment.