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 47f0b17c6..f8a15c926 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -9,7 +9,7 @@ license = "MIT"
python = "3.12.*"
# See https://bot-core.pythondiscord.com/ for docs.
-pydis_core = { version = "11.2.0", extras = ["all"] }
+pydis_core = { version = "11.3.0", extras = ["all"] }
aiohttp = "3.9.5"
arrow = "1.3.0"
@@ -37,7 +37,7 @@ pre-commit = "3.7.1"
pip-licenses = "4.5.1"
pytest = "8.2.2"
pytest-cov = "5.0.0"
-pytest-subtests = "0.13.0"
+pytest-subtests = "0.13.1"
pytest-xdist = "3.6.1"
ruff = "0.5.2"
taskipy = "1.13.0"