aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar ChrisJL <[email protected]>2023-02-17 14:16:15 +0000
committerGravatar GitHub <[email protected]>2023-02-17 14:16:15 +0000
commit340603e44956b960e8b17ea125ed8a6ec88ffe41 (patch)
tree3d2ff8dd7508cc63e046e98d70ff3961f88b1de6 /pyproject.toml
parentbump isort to 5.12.0 in precommit config (diff)
parentMerge pull request #1208 from shtlrs/bump-pydis-core-to-9-4-1 (diff)
Merge branch 'main' into bump-isort-in-precommit
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 9eea8f4d..85d07764 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.0", extras = ["async-rediscache"] }
+pydis_core = { version = "9.4.1", extras = ["async-rediscache"] }
aiodns = "3.0.0"
aioredis = "2.0.1"