diff options
| author | 2022-05-29 19:42:23 +0200 | |
|---|---|---|
| committer | 2022-05-29 19:42:23 +0200 | |
| commit | c3b3a42592bb6597faa260a3142df40d984a51de (patch) | |
| tree | 1fda161d2c26f9cd506a8505b60c95e60ece40d4 /pyproject.toml | |
| parent | Updating and improving clarity in help documentation for !clean subcommands (diff) | |
| parent | Merge pull request #2181 from python-discord/fix-eval-backticks (diff) | |
Merge branch 'python-discord:main' into docs/clean-help
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" |