aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar Hassan Abouelela <[email protected]>2022-06-03 15:01:16 +0400
committerGravatar Hassan Abouelela <[email protected]>2022-06-03 15:01:16 +0400
commitb8b83deaec2c84be73f0684976d175c7ded11df9 (patch)
tree459fd6c7a76ba699a6997e7d67b091d0636a9d7d /pyproject.toml
parentMerge branch 'main' into multiple-banners (diff)
parentMerge pull request #2179 from Autonymic/docs/clean-help (diff)
Merge branch 'main' into multiple-banners
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 402d05f70..2d6adb9c5 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -10,7 +10,7 @@ python = "3.9.*"
"discord.py" = {url = "https://github.com/Rapptz/discord.py/archive/5a06fa5f3e28d2b7191722e1a84c541560008aea.zip"}
# See https://bot-core.pythondiscord.com/ for docs.
-bot-core = {url = "https://github.com/python-discord/bot-core/archive/refs/tags/v6.4.0.zip", extras = ["async-rediscache"]}
+bot-core = {url = "https://github.com/python-discord/bot-core/archive/refs/tags/v7.0.0.zip", extras = ["async-rediscache"]}
aiodns = "3.0.0"
aiohttp = "3.8.1"
@@ -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"