aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar Amrou Bellalouna <[email protected]>2023-06-22 18:21:12 +0200
committerGravatar GitHub <[email protected]>2023-06-22 18:21:12 +0200
commit65f38f9f47a3e4d8a95311577da4d4cf4af94ce6 (patch)
tree4e502bc659b7232d98c65a8942a0d67c089b9187 /pyproject.toml
parentRemove casing in domain filtering (#2654) (diff)
parentUpdate NOMINATION_MESSAGE_REGEX for new discord.User.__str__ behaviour (diff)
Merge pull request #2642 from python-discord/dependabot/pip/pydis-core-9.8.0
Bump pydis-core from 9.7.0 to 9.8.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 ae63cc05c..2a45f81c1 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.7.0", extras = ["async-rediscache"] }
+pydis_core = { version = "9.8.0", extras = ["async-rediscache"] }
aiohttp = "3.8.4"
arrow = "1.2.3"