aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2022-08-04 14:59:02 +0100
committerGravatar Chris Lovering <[email protected]>2022-08-14 19:43:55 +0100
commitdc68bb28b36d61c9991ab0fbd55d3b77e694c1b3 (patch)
treebc09829a0af5c164546e34565e146f5793ac416e /pyproject.toml
parentUse RedisTestCase helper class for both Incidents and Silence test cases. (diff)
revert bump to markdownify version
The new versions introduce conversions which causes the doc command embed to be formatted improperly
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml6
1 files changed, 5 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 279543018..43eb799b6 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -23,7 +23,11 @@ emoji = "2.0.0"
feedparser = "6.0.10"
rapidfuzz = "2.3.0"
lxml = "4.9.1"
-markdownify = "0.11.2"
+
+# Must be kept on this version unless doc command output is fixed
+# See https://github.com/python-discord/bot/pull/2156
+markdownify = "0.6.1"
+
more_itertools = "8.13.0"
python-dateutil = "2.8.2"
python-frontmatter = "1.0.0"