Skip to content

Commit bb53c05

Browse files

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ repos:
4747
args: [--config-file=pyproject.toml]
4848
additional_dependencies:
4949
- sphinx~=5.0
50-
- markdown-it-py>=1.0.0,<3.0.0
51-
- mdit-py-plugins~=0.3.4
5250
- types-urllib3
51+
- markdown-it-py~=3.0
52+
- mdit-py-plugins~=0.4.0
5353
files: >
5454
(?x)^(
5555
myst_parser/.*py|

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ requires-python = ">=3.8"
3636
dependencies = [
3737
"docutils>=0.15,<0.20",
3838
"jinja2", # required for substitutions, but let sphinx choose version
39-
"markdown-it-py>=1.0.0,<3.0.0",
40-
"mdit-py-plugins~=0.3.4",
39+
"markdown-it-py~=3.0",
40+
"mdit-py-plugins~=0.4",
4141
"pyyaml",
4242
"sphinx>=5,<7",
4343
]

tests/test_renderers/fixtures/docutil_syntax_extensions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ content
107107
.
108108
<document source="<string>">
109109
<paragraph>
110-
© © ® ® ™ ™ § § ± …
110+
© © ® ® ™ ™ (p) (P) ± …
111111
.
112112

113113
[strikethrough] --myst-enable-extensions=strikethrough

0 commit comments

Comments
 (0)