diff options
author | 2022-04-25 17:01:20 +0100 | |
---|---|---|
committer | 2022-04-26 10:22:09 +0100 | |
commit | 24b0515851795a510a60aa548d4219eaf925c53c (patch) | |
tree | 4c738f878777cd9efc2b0be907f566a4c92dd8d6 | |
parent | Merge pull request #2148 from python-discord/speedup-syncing (diff) |
Bump bot base so a real statsd client is actually created
-rw-r--r-- | poetry.lock | 6 | ||||
-rw-r--r-- | pyproject.toml | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/poetry.lock b/poetry.lock index 3cfcb8089..a72f6ab16 100644 --- a/poetry.lock +++ b/poetry.lock @@ -125,7 +125,7 @@ lxml = ["lxml"] [[package]] name = "bot-core" -version = "6.1.0" +version = "6.3.2" description = "Bot-Core provides the core functionality and utilities for the bots of the Python Discord community." category = "main" optional = false @@ -141,7 +141,7 @@ async-rediscache = ["async-rediscache[fakeredis] (==0.2.0)"] [package.source] type = "url" -url = "https://github.com/python-discord/bot-core/archive/refs/tags/v6.3.0.zip" +url = "https://github.com/python-discord/bot-core/archive/refs/tags/v6.3.2.zip" [[package]] name = "certifi" version = "2021.10.8" @@ -1150,7 +1150,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "3.9.*" -content-hash = "edd7c686b0f6f6dee5b48853b94c58038349ee17e87c1e3baaf4872dfc7ec721" +content-hash = "6c545296e308253b3f24ad7463a177031e3152ec6a2768fea25689588a032be8" [metadata.files] aiodns = [ 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" |