Skip to content

Commit bbb00d9

Browse files
authored
[Markdown] Update to 3.10.2 (#15414)
1 parent c4761a8 commit bbb00d9

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
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.10.*"
1+
version = "~=3.10.2"
22
upstream_repository = "https://github.com/Python-Markdown/markdown"

stubs/Markdown/markdown/htmlparser.pyi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ from markdown import Markdown
77

88
spec: ModuleSpec
99
commentclose: re.Pattern[str]
10-
commentabruptclose: re.Pattern[str]
1110
blank_line_re: re.Pattern[str]
1211

1312
class HTMLExtractor(htmlparser.HTMLParser):

0 commit comments

Comments
 (0)