Skip to content

Commit

Permalink
deps: Remove cap on Python-Markdown 3.6 now that ToC labels are fixed…
Browse files Browse the repository at this point in the history
… by mkdocstrings
  • Loading branch information
pawamoy committed Apr 2, 2024
1 parent d3b05ad commit 0c1e2c1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ classifiers = [
"Typing :: Typed",
]
dependencies = [
"markdown>=3.3,<3.6",
"mkdocstrings>=0.20",
"mkdocstrings>=0.24.2",
"griffe>=0.37",
]

Expand Down

0 comments on commit 0c1e2c1

Please sign in to comment.