aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 2257e3f3..c4a4deb6 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 = "10.7.0", extras = ["async-rediscache"] }
+pydis_core = { version = "11.0.0", extras = ["all"] }
rapidfuzz = "3.6.2"
arrow = "1.3.0"
@@ -23,7 +23,7 @@ colorama = { version = "0.4.6", markers = "sys_platform == 'win32'" }
lxml = "5.1.0"
emoji = "2.10.1"
pyjokes = "0.6.0"
-pydantic = { version = "2.5.2", extras = ["dotenv"]}
+pydantic = { version = "2.6.4", extras = ["dotenv"]}
pydantic-settings = "2.2.1"