diff options
| author | 2022-04-21 20:59:26 +0100 | |
|---|---|---|
| committer | 2022-04-21 20:59:26 +0100 | |
| commit | f9fff6eaae409c7ba12ea6f95873aa0fd0340554 (patch) | |
| tree | 064d64653926cf0442c568261080bd7c96995cf3 /poetry.lock | |
| parent | Merge pull request #2137 from python-discord/dont-use-modlog-for-defcon (diff) | |
| parent | Update CODEOWNERS (diff) | |
Merge pull request #2138 from python-discord/Use-bot-core-extensions
Use the extensions list & util from bot-core
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 e90274559..c16ccfb45 100644 --- a/poetry.lock +++ b/poetry.lock @@ -125,7 +125,7 @@ lxml = ["lxml"] [[package]] name = "bot-core" -version = "6.0.0" +version = "6.1.0" 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.0.0.zip" +url = "https://github.com/python-discord/bot-core/archive/refs/tags/v6.1.0.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 = "3a9451cdbafd9880f794fe5ea4ece75663a778708707e7b5fb5e9aaffc2bbbc8" +content-hash = "69566bc6bf522bdad4db9bf4409f2a69d1027e04cef1134d8aeac7ef9ce004f1" [metadata.files] aiodns = [ |