Skip to content

Commit ee09a67

Browse files
authored
[stubsabot] Bump docutils to 0.19.* (#8260)
1 parent 631a948 commit ee09a67

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

stubs/docutils/@tests/stubtest_allowlist.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ docutils.parsers.rst.Directive.__getattr__
1515
docutils.transforms.Transform.__getattr__
1616
docutils.transforms.Transformer.__getattr__
1717
docutils.utils.Reporter.__getattr__
18+
docutils.parsers.recommonmark_wrapper
1819

1920
# the constructor appears to be mostly internal API, public API users are meant to use docutils.utils.new_reporter instead
2021
docutils.utils.Reporter.__init__
2122

2223
# these methods take a rawsource parameter that has been deprecated and is completely ignored, so we omit it from the stub
2324
docutils.nodes.Text.__new__
24-
docutils.nodes.Text.__init__

stubs/docutils/METADATA.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "0.18.*"
1+
version = "0.19.*"

0 commit comments

Comments
 (0)