diff options
| author | 2024-07-19 11:33:39 +0300 | |
|---|---|---|
| committer | 2024-07-19 11:33:39 +0300 | |
| commit | a5b4c668d3ebe85ee1f91fe0a82d1e983dcb26da (patch) | |
| tree | e397c6f5890b57b1ac411f964ad80d90c754ad14 /pyproject.toml | |
| parent | Merge branch 'main' into main (diff) | |
| parent | Merge pull request #3017 from python-discord/fix-watchchannel-bugs (diff) | |
Merge branch 'main' into main
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 4 |
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" |