aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar wookie184 <[email protected]>2023-03-03 16:34:52 +0000
committerGravatar GitHub <[email protected]>2023-03-03 16:34:52 +0000
commitf2e009d7a793d15d32812cfb44a4c1f7706190a3 (patch)
tree557a6cb33bde19f0c7c450483a60c249f1816653 /pyproject.toml
parentEdit comment to match wookie's review (diff)
parentMerge pull request #2430 from python-discord/dependabot/pip/pydis-core-9.5.1 (diff)
Merge branch 'main' into snekbox/handling-input-error-message
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 13efe1f34..8950bcbc8 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.5.0", extras = ["async-rediscache"] }
+pydis_core = { version = "9.5.1", extras = ["async-rediscache"] }
redis = "4.3.5"
fakeredis = { version = "2.0.0", extras = ["lua"] }