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 3e13d88a1..420b54c49 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.1.0", extras = ["all"] }
aiohttp = "3.9.3"
arrow = "1.3.0"
@@ -28,7 +28,7 @@ rapidfuzz = "3.7.0"
regex = "2023.12.25"
sentry-sdk = "1.44.0"
tldextract = "5.1.2"
-pydantic = "2.5.2"
+pydantic = "2.6.4"
pydantic-settings = "2.2.1"
[tool.poetry.dev-dependencies]