Skip to content

Commit a822aca

Browse files
gaborbernathukkin
authored andcommitted
Support markdown-it-py 4
Signed-off-by: Bernát Gábor <[email protected]>
1 parent 499b47a commit a822aca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ authors = [
1313
license = { file = "LICENSE" }
1414
requires-python = ">=3.9"
1515
dependencies = [
16-
'markdown-it-py >=1.0.0,<4.0.0',
16+
'markdown-it-py>=1,<5',
1717
'tomli >=1.1.0; python_version < "3.11"',
1818
'importlib-metadata >=3.6.0; python_version < "3.10"',
1919
]

0 commit comments

Comments
 (0)