diff options
| author | 2023-11-09 10:10:38 +0000 | |
|---|---|---|
| committer | 2023-11-09 10:10:38 +0000 | |
| commit | f001f5463a4a50e85d912086ca6ac2e3afdfadd4 (patch) | |
| tree | 331224fae68b6a78856cdf38bac067ce180b3b61 /pyproject.toml | |
| parent | Bump deepdiff from 6.6.1 to 6.7.0 (#2806) (diff) | |
| parent | Appeased the linter (diff) | |
Merge pull request #2807 from python-discord/dependabot/pip/ruff-0.1.5
Bump ruff from 0.0.291 to 0.1.5
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 6f15197b5..6b0dc915e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ pytest = "7.4.3" pytest-cov = "4.1.0" pytest-subtests = "0.11.0" pytest-xdist = "3.3.1" -ruff = "0.0.291" +ruff = "0.1.5" taskipy = "1.12.0" |