diff options
author | 2022-04-25 17:01:20 +0100 | |
---|---|---|
committer | 2022-04-26 10:22:09 +0100 | |
commit | 24b0515851795a510a60aa548d4219eaf925c53c (patch) | |
tree | 4c738f878777cd9efc2b0be907f566a4c92dd8d6 /poetry.lock | |
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 'poetry.lock')
-rw-r--r-- | poetry.lock | 6 |
1 files changed, 3 insertions, 3 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 = [ |