Skip to content

Commit 580a82a

Browse files
committed
fix: use latest mdformat-gfm
1 parent 5cbae49 commit 580a82a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ keywords = ["mdformat", "markdown", "markdown-it"]
1818
requires-python = ">=3.8.4"
1919
dependencies = [
2020
"mdformat >= 0.7.16",
21-
"mdformat-gfm >= 0.3.5",
21+
"mdformat-gfm >= 0.3.6",
2222
"mdit-py-plugins >= 0.3.3",
2323
]
2424
dynamic = ["version", "description"]
@@ -31,7 +31,7 @@ recommended = [
3131
"mdformat-black >= 0.1.1",
3232
"mdformat-config >= 0.1.3",
3333
"mdformat-footnote >= 0.1.1",
34-
"mdformat-frontmatter", # FIXME: pinning to >=2.0.8, is blocked by mdformat-gfm pinning <0.4
34+
"mdformat-frontmatter >= 2.0.8",
3535
"mdformat-simple-breaks >= 0.0.1",
3636
"mdformat-tables >= 0.4.1",
3737
"mdformat-toc >= 0.3.0",

0 commit comments

Comments
 (0)