diff options
| author | 2022-05-01 23:37:55 +0100 | |
|---|---|---|
| committer | 2022-05-01 23:37:55 +0100 | |
| commit | d3058d5ec5c8ab840a32ea6fb3e3760f4167bd2e (patch) | |
| tree | 8ccfbe97745f6313b5a87203f1ce969240557db5 /pyproject.toml | |
| parent | Make modpings rescheduling robust to unfilled cache (diff) | |
| parent | Merge pull request #2152 from python-discord/chunnk-guild-if-not-chunked (diff) | |
Merge branch 'main' into mbaruh/modpings-cache
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 4 |
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" |