Skip to content

Commit

Permalink
Fix md-format dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamtt committed Nov 20, 2023
1 parent a5b7f84 commit b9fca15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "prosper-shared"
version = "0.1.5-pre.1"
version = "0.1.6"
description = ""
authors = ["Graham Tibbitts <[email protected]>"]
license = "Apache 2.0"
Expand All @@ -14,7 +14,7 @@ autohooks-plugin-pytest = "^23.10.0"
autohooks-plugin-isort = "^23.10.0"
autohooks-plugin-ruff = "^23.11.0"
autoimport = "^1.3.3"
mdformat = "^0.7.17"
mdformat-gfm = "^0.3.5"
mutmut = "^2.4.4"
pydocstyle = "^6.3.0"
pydoclint = "^0.3.8"
Expand Down

0 comments on commit b9fca15

Please sign in to comment.