aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 3e13d88a1..ec7244eb8 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -6,10 +6,10 @@ authors = ["Python Discord <[email protected]>"]
license = "MIT"
[tool.poetry.dependencies]
-python = "3.11.*"
+python = "3.12.*"
# 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]
@@ -67,7 +67,7 @@ source_pkgs = ["bot"]
source = ["tests"]
[tool.ruff]
-target-version = "py311"
+target-version = "py312"
extend-exclude = [".cache"]
line-length = 120