diff options
| author | 2022-05-28 02:37:05 +0400 | |
|---|---|---|
| committer | 2022-05-28 02:37:05 +0400 | |
| commit | ffd6726703a8370a5737b786765aa6c1252c4fa8 (patch) | |
| tree | fde3dbbe0b2ec7fffd171cc90b3cfbf017df7975 /pyproject.toml | |
| parent | Catch correct exception in clean cog (#2176) (diff) | |
| parent | Merge branch 'main' into revert-markdownify-bump (diff) | |
Merge pull request #2156 from Numerlor/revert-markdownify-bump
revert bump to markdownify version, ensure redis cache ttl is set correctly
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index fd5c0c71a..2d6adb9c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ emoji = "1.7.0" feedparser = "6.0.8" rapidfuzz = "2.0.7" lxml = "4.8.0" -markdownify = "0.10.3" +markdownify = "0.6.1" more_itertools = "8.12.0" python-dateutil = "2.8.2" python-frontmatter = "1.0.0" |