aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar ChrisJL <[email protected]>2022-04-21 22:26:28 +0100
committerGravatar GitHub <[email protected]>2022-04-21 22:26:28 +0100
commitdaad5985cf2e069d9117948efb8f1ac31ecbd8e8 (patch)
treec5ee4d8a61d624d4291f92ea2f47db46fec9fa6d
parentMerge pull request #2134 from novialriptide/0s-slowmode (diff)
parentMerge branch 'main' into bump-bot-core (diff)
Merge pull request #2143 from python-discord/bump-bot-core
Bump bot-core
-rw-r--r--poetry.lock4
-rw-r--r--pyproject.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/poetry.lock b/poetry.lock
index c16ccfb45..3cfcb8089 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -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.1.0.zip"
+url = "https://github.com/python-discord/bot-core/archive/refs/tags/v6.3.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 = "69566bc6bf522bdad4db9bf4409f2a69d1027e04cef1134d8aeac7ef9ce004f1"
+content-hash = "edd7c686b0f6f6dee5b48853b94c58038349ee17e87c1e3baaf4872dfc7ec721"
[metadata.files]
aiodns = [
diff --git a/pyproject.toml b/pyproject.toml
index 466b16e2c..6977b4b09 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.1.0.zip", extras = ["async-rediscache"]}
+bot-core = {url = "https://github.com/python-discord/bot-core/archive/refs/tags/v6.3.0.zip", extras = ["async-rediscache"]}
aiodns = "3.0.0"
aiohttp = "3.8.1"