diff options
author | 2022-10-10 20:51:44 +0100 | |
---|---|---|
committer | 2022-10-10 20:51:44 +0100 | |
commit | 224a05b8d2f6569949d7f22173f63f907552e30f (patch) | |
tree | 1c1150334a2e4ea5d50446d700bd819b576bef92 /pyproject.toml | |
parent | Merge 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.toml | 2 |
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"] } |