aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar ChrisJL <[email protected]>2023-02-09 22:52:26 +0000
committerGravatar GitHub <[email protected]>2023-02-09 22:52:26 +0000
commitaa8ac1435063c94aebdd006586d8b36680ca008e (patch)
tree23042aff6ecd606c86764ba6e831e162e8af43b4 /pyproject.toml
parentBump beautifulsoup4 from 4.11.1 to 4.11.2 (#1201) (diff)
parentBump pydis core to 9.4.1 (diff)
Merge pull request #1208 from shtlrs/bump-pydis-core-to-9-4-1
Bump pydis core to 9.4.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 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"