diff options
| author | 2022-04-25 17:01:20 +0100 | |
|---|---|---|
| committer | 2022-04-26 10:22:09 +0100 | |
| commit | 24b0515851795a510a60aa548d4219eaf925c53c (patch) | |
| tree | 4c738f878777cd9efc2b0be907f566a4c92dd8d6 /pyproject.toml | |
| parent | Merge pull request #2148 from python-discord/speedup-syncing (diff) | |
Bump bot base so a real statsd client is actually created
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 6977b4b09..4d9a27486 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.3.0.zip", extras = ["async-rediscache"]} +bot-core = {url = "https://github.com/python-discord/bot-core/archive/refs/tags/v6.3.2.zip", extras = ["async-rediscache"]} aiodns = "3.0.0" aiohttp = "3.8.1" |