aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar Amrou Bellalouna <[email protected]>2023-03-03 16:51:09 +0100
committerGravatar GitHub <[email protected]>2023-03-03 16:51:09 +0100
commit8660489368fb1b98652039893675f7bee0978688 (patch)
treefcc7ed34c2fc65ce9be08a73ff581eb2368d4099 /pyproject.toml
parentBump action versions in CI (#2433) (diff)
parentMerge branch 'main' into dependabot/pip/pydis-core-9.5.1 (diff)
Merge pull request #2430 from python-discord/dependabot/pip/pydis-core-9.5.1
Bump pydis-core from 9.5.0 to 9.5.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 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"] }