Skip to content

Commit

Permalink
Removes cap on mdit-py-plugins version.
Browse files Browse the repository at this point in the history
Closes:
#27

Addresses:
KyleKing/mdformat-admon#15
  • Loading branch information
kdeldycke authored and hukkin committed Aug 25, 2023
1 parent cf316a1 commit e60f449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ keywords = ["mdformat", "markdown", "formatter", "gfm"]
python = "^3.7"
mdformat = ">=0.7.5,<0.8.0"
markdown-it-py = { version = "*", extras = [ "linkify" ] } # Let `mdformat` choose version boundaries for `markdown-it-py`
mdit-py-plugins = ">=0.2.0,<0.4.0"
mdit-py-plugins = ">=0.2.0"
mdformat-tables = ">=0.4.0"

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit e60f449

Please sign in to comment.