aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar Boris Muratov <[email protected]>2022-04-26 13:26:35 +0300
committerGravatar GitHub <[email protected]>2022-04-26 13:26:35 +0300
commitf6dc3d5421b53b7207ca464f9ca61fc9654280f7 (patch)
tree88bd45eb0add0a9a9d147f5c3f7bd24124d0696b /pyproject.toml
parentMerge pull request #2148 from python-discord/speedup-syncing (diff)
parentBump d.py and bot-core (diff)
Merge pull request #2151 from python-discord/bump-bot-base
Bump bot core & discord.py
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 6977b4b09..402d05f70 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -8,9 +8,9 @@ license = "MIT"
[tool.poetry.dependencies]
python = "3.9.*"
-"discord.py" = {url = "https://github.com/Rapptz/discord.py/archive/987235d5649e7c2b1a927637bab6547244ecb2cf.zip"}
+"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.3.0.zip", extras = ["async-rediscache"]}
+bot-core = {url = "https://github.com/python-discord/bot-core/archive/refs/tags/v6.4.0.zip", extras = ["async-rediscache"]}
aiodns = "3.0.0"
aiohttp = "3.8.1"