diff options
author | 2022-07-23 18:08:12 +0100 | |
---|---|---|
committer | 2022-07-23 18:08:12 +0100 | |
commit | 039af3d34f1ca7595166742f5fd1e1696413baf4 (patch) | |
tree | afd7299433d44eba36cf3fd849be68e2b4c51835 /pyproject.toml | |
parent | Update `!modpings off` confirmation to use a discord timestamp. (diff) | |
parent | Merge pull request #2225 from python-discord/snekbox-snags (diff) |
Merge branch 'main' into fix-bot-2168
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 241ec3e99..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.2.0.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" |