aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2022-10-10 20:51:44 +0100
committerGravatar Chris Lovering <[email protected]>2022-10-10 20:51:44 +0100
commit224a05b8d2f6569949d7f22173f63f907552e30f (patch)
tree1c1150334a2e4ea5d50446d700bd819b576bef92 /pyproject.toml
parentMerge pull request #1917 from mathstrains21/patreon (diff)
Bump bot-core to 8.2.1
From the release notes on d.py [here](https://canary.discord.com/channels/336642139381301249/381965829857738772/1006359073610010664) and [here](https://canary.discord.com/channels/336642139381301249/381965829857738772/1008772795179737230) none of the breaking changes for the commit we were on to 2.0.1 affect us.
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 36c3b5392..0c55b1a98 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -9,7 +9,7 @@ license = "MIT"
python = "3.10.*"
# See https://bot-core.pythondiscord.com/ for docs.
-bot-core = { url = "https://github.com/python-discord/bot-core/archive/refs/tags/v8.0.0.zip", extras = ["async-rediscache"] }
+bot-core = { url = "https://github.com/python-discord/bot-core/archive/refs/tags/v8.2.1.zip", extras = ["async-rediscache"] }
redis = "4.3.4"
fakeredis = { version = "1.8.2", extras = ["lua"] }