[Markdown] Update to 3.10.* (#14978)

This commit is contained in:
Semyon Moroz
2025-11-05 12:52:59 +04:00
committed by GitHub
parent 29f78ddcd1
commit 83a39d1d41
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
version = "3.9.*"
version = "3.10.*"
upstream_repository = "https://github.com/Python-Markdown/markdown"
+2
View File
@@ -6,6 +6,8 @@ from collections.abc import Sequence
from markdown import Markdown
spec: ModuleSpec
commentclose: re.Pattern[str]
commentabruptclose: re.Pattern[str]
blank_line_re: re.Pattern[str]
class HTMLExtractor(htmlparser.HTMLParser):