diff options
| author | 2023-06-26 00:34:40 -0400 | |
|---|---|---|
| committer | 2023-06-26 00:34:40 -0400 | |
| commit | 75f1badd88c34f2e8d2293b6ae4ec19725c7efae (patch) | |
| tree | c558e3d967a1b4096efab851b4b2c80a8b09c12a /pyproject.toml | |
| parent | Swap the order of interaction resposnes in sub cog (diff) | |
| parent | Bump ruff from 0.0.272 to 0.0.274 (#2651) (diff) | |
Merge branch 'main' into simplify-subscribe
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pyproject.toml b/pyproject.toml index c33ffec8c..9dd17d7db 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 = "9.8.0", extras = ["async-rediscache"] } +pydis_core = { version = "9.9.1", extras = ["async-rediscache"] } aiohttp = "3.8.4" arrow = "1.2.3" @@ -37,11 +37,11 @@ httpx = "0.24.1" isort = "5.12.0" pre-commit = "3.3.3" pip-licenses = "4.3.2" -pytest = "7.3.2" +pytest = "7.4.0" pytest-cov = "4.1.0" pytest-subtests = "0.11.0" pytest-xdist = "3.3.1" -ruff = "0.0.272" +ruff = "0.0.275" taskipy = "1.11.0" @@ -87,7 +87,7 @@ ignore = [ "D400", "D401", "D402", "D404", "D405", "D406", "D407", "D408", "D409", "D410", "D411", "D412", "D413", "D414", "D416", "D417", "E731", "RET504", - "RUF005", + "RUF005", "RUF012", "S311", "SIM102", "SIM108", ] |