aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar Boris Muratov <[email protected]>2024-07-19 11:33:39 +0300
committerGravatar GitHub <[email protected]>2024-07-19 11:33:39 +0300
commita5b4c668d3ebe85ee1f91fe0a82d1e983dcb26da (patch)
treee397c6f5890b57b1ac411f964ad80d90c754ad14 /pyproject.toml
parentMerge branch 'main' into main (diff)
parentMerge pull request #3017 from python-discord/fix-watchchannel-bugs (diff)
Merge branch 'main' into main
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"