diff options
| author | 2023-05-02 18:36:06 +0100 | |
|---|---|---|
| committer | 2023-05-02 18:36:06 +0100 | |
| commit | 6facdfbbb5833472a08cbba36b8576164f039225 (patch) | |
| tree | 4f6309b4fb6a710b438e5e200fed7c2c91c0d396 /pyproject.toml | |
| parent | Update filtering.py to reduce nickname alert spam (diff) | |
| parent | Merge pull request #2574 from python-discord/dependabot/pip/ruff-0.0.264 (diff) | |
Merge branch 'main' into filtering-nickname-check-fix
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 17101cb54..8d515e6e0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,13 +35,13 @@ pydantic = { version = "1.10.7", extras = ["dotenv"]} coverage = "7.2.5" httpx = "0.24.0" isort = "5.12.0" -pre-commit = "3.2.2" +pre-commit = "3.3.0" pip-licenses = "4.3.0" pytest = "7.3.1" pytest-cov = "4.0.0" pytest-subtests = "0.10.0" pytest-xdist = "3.2.1" -ruff = "0.0.263" +ruff = "0.0.264" taskipy = "1.10.4" |