Skip to content

Commit 83a39d1

Browse files
authored
[Markdown] Update to 3.10.* (#14978)
1 parent 29f78dd commit 83a39d1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

stubs/Markdown/METADATA.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version = "3.9.*"
1+
version = "3.10.*"
22
upstream_repository = "https://github.com/Python-Markdown/markdown"

stubs/Markdown/markdown/htmlparser.pyi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ from collections.abc import Sequence
66
from markdown import Markdown
77

88
spec: ModuleSpec
9+
commentclose: re.Pattern[str]
10+
commentabruptclose: re.Pattern[str]
911
blank_line_re: re.Pattern[str]
1012

1113
class HTMLExtractor(htmlparser.HTMLParser):

0 commit comments

Comments
 (0)