aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2022-04-21 22:08:37 +0100
committerGravatar Chris Lovering <[email protected]>2022-04-21 22:08:37 +0100
commit7fb3041612d55f0be02e3cd04ae8377c51f77eaf (patch)
treedd5999e94b8cd0450853e108a8dc13d07df381d4 /pyproject.toml
parentMerge pull request #2138 from python-discord/Use-bot-core-extensions (diff)
Bump bot-core
This change loads each cog in their own task, meaning if one fails, others still load.
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 466b16e2c..6977b4b09 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -10,7 +10,7 @@ python = "3.9.*"
"discord.py" = {url = "https://github.com/Rapptz/discord.py/archive/987235d5649e7c2b1a927637bab6547244ecb2cf.zip"}
# See https://bot-core.pythondiscord.com/ for docs.
-bot-core = {url = "https://github.com/python-discord/bot-core/archive/refs/tags/v6.1.0.zip", extras = ["async-rediscache"]}
+bot-core = {url = "https://github.com/python-discord/bot-core/archive/refs/tags/v6.3.0.zip", extras = ["async-rediscache"]}
aiodns = "3.0.0"
aiohttp = "3.8.1"