aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar ChrisJL <[email protected]>2023-02-09 22:33:19 +0000
committerGravatar GitHub <[email protected]>2023-02-09 22:33:19 +0000
commitf223c13092e0458e480e745f8e88914b7a08218b (patch)
tree296fa5213fa46bd1f474406a296ea3bf767fc344 /pyproject.toml
parentMerge pull request #2389 from python-discord/shenanigansd-patch-1 (diff)
parentbump pydis core to 9.4.1 (diff)
Merge pull request #2396 from shtlrs/bump-bot-core-to-9-4-1
Bump pydis core to 9.4.1
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 ac6d3982d..8a94f9ffa 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -9,7 +9,7 @@ license = "MIT"
python = "3.10.*"
# See https://bot-core.pythondiscord.com/ for docs.
-pydis_core = { version = "9.1.1", extras = ["async-rediscache"] }
+pydis_core = { version = "9.4.1", extras = ["async-rediscache"] }
redis = "4.3.5"
fakeredis = { version = "2.0.0", extras = ["lua"] }