Skip to content

Commit b33da85

Browse files
authored
FIX: remove cap on mdit-py-plugins version (#28)
1 parent e12a64c commit b33da85

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
@@ -22,7 +22,7 @@ keywords = "mdformat,markdown,formatter,gfm"
2222
requires-python=">=3.7"
2323
requires=[
2424
"mdformat >=0.7.0,<0.8.0",
25-
"mdit-py-plugins >=0.3.0,<0.4.0",
25+
"mdit-py-plugins >=0.3.0",
2626
"mdformat-tables >=0.4.0",
2727
"mdformat-frontmatter >=0.3.2",
2828
"mdformat-footnote >=0.1.1",

0 commit comments

Comments
 (0)