Update mdformat to mitigate CVE-2023-26303

Update markdown format with new version of mdformat
This commit is contained in:
2023-05-19 14:16:32 -04:00
parent bb44db0f9d
commit 449381ca09
5 changed files with 191 additions and 132 deletions

View File

@@ -49,8 +49,8 @@ bandit = "^1.6.2"
black = "^22.3.0"
blacken-docs = "^1.8.0"
ipython = {version = "^8.10.1", python = "^3.8"}
mdformat = "^0.6"
mdformat-gfm = "^0.2"
mdformat = "^0.7"
mdformat-gfm = "^0.3"
mypy = "^0.930"
pre-commit = "^2.7.1"
pre-commit-hooks = "^3.3.0"