[Markdown] Update to 3.10.2 (#15414)

This commit is contained in:
Sebastian Rittau
2026-02-10 16:22:36 +01:00
committed by GitHub
parent c4761a80d2
commit bbb00d9883
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
version = "3.10.*"
version = "~=3.10.2"
upstream_repository = "https://github.com/Python-Markdown/markdown"
-1
View File
@@ -7,7 +7,6 @@ from markdown import Markdown
spec: ModuleSpec
commentclose: re.Pattern[str]
commentabruptclose: re.Pattern[str]
blank_line_re: re.Pattern[str]
class HTMLExtractor(htmlparser.HTMLParser):