aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar Robin5605 <[email protected]>2023-03-03 12:09:12 -0600
committerGravatar Robin5605 <[email protected]>2023-03-03 12:09:12 -0600
commit5a31cebc8cb3f4a9218c1e4cbbd065d334b5298f (patch)
treece2fe1534a3bec84617f02a9146c128d9b6fa383 /pyproject.toml
parentFix build_bookmark_embed formatting issue (diff)
parentMerge branch 'python-discord:main' into undeprecate-bookmark (diff)
Merge main
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 4f1adb08..a34a8a4e 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.4.1", extras = ["async-rediscache"] }
+pydis_core = { version = "9.5.0", extras = ["async-rediscache"] }
aiodns = "3.0.0"
aioredis = "2.0.1"