aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar shtlrs <[email protected]>2023-05-06 13:23:27 +0100
committerGravatar shtlrs <[email protected]>2023-05-06 13:23:27 +0100
commitef484bef5cae7c8cf0e1720824be483a64c83cf5 (patch)
treeea0fc0176f18331756c19d110ee6edf4e5100898 /pyproject.toml
parentadd CLIENT_TOKEN in lint ci (diff)
bump bot-core to 9.6.0
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 88f527bc..f5cae253 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -9,7 +9,7 @@ license = "MIT"
python = "3.11.*"
# See https://bot-core.pythondiscord.com/ for docs.
-pydis_core = { version = "9.5.1", extras = ["async-rediscache"] }
+pydis_core = { version = "9.6.0", extras = ["async-rediscache"] }
aiodns = "3.0.0"
rapidfuzz = "3.0.0"