aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar ChrisJL <[email protected]>2022-07-21 13:07:58 +0100
committerGravatar GitHub <[email protected]>2022-07-21 13:07:58 +0100
commit977b68283e6ce2f38e026b6cc4c44f4cde22e830 (patch)
treebf8fd044115d456324eba201dbcdf9ab69d92d9f /pyproject.toml
parentMerge pull request #2218 from python-discord/3.11-snekbox (diff)
parentStart 3.11 snekbox container by default (diff)
Merge pull request #2225 from python-discord/snekbox-snags
Use the view clear on timeout feature from bot-core in snekbox
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 e7ef375a5..77d8ee3d4 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -10,7 +10,7 @@ python = "3.9.*"
"discord.py" = {url = "https://github.com/Rapptz/discord.py/archive/0eb3d26343969a25ffc43ba72eca42538d2e7e7a.zip"}
# See https://bot-core.pythondiscord.com/ for docs.
-bot-core = {url = "https://github.com/python-discord/bot-core/archive/refs/tags/v7.3.1.zip", extras = ["async-rediscache"]}
+bot-core = {url = "https://github.com/python-discord/bot-core/archive/refs/tags/v7.4.0.zip", extras = ["async-rediscache"]}
aiodns = "3.0.0"
aiohttp = "3.8.1"