diff options
| author | 2023-05-24 12:33:19 +0100 | |
|---|---|---|
| committer | 2023-05-24 12:33:19 +0100 | |
| commit | 5df34a0f14374b2e7476cb8e1f9c838ca01536bb (patch) | |
| tree | 925b523a15a58d714ac0791d1ea4169e583dc622 /pyproject.toml | |
| parent | Merge pull request #2603 from python-discord/build-docker-image-in-ci (diff) | |
| parent | Use f-string conversions over functions (diff) | |
Merge pull request #2595 from python-discord/dependabot/pip/ruff-0.0.267
Bump ruff from 0.0.265 to 0.0.267
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 f0baffac4..8a67373bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ pytest = "7.3.1" pytest-cov = "4.0.0" pytest-subtests = "0.11.0" pytest-xdist = "3.3.1" -ruff = "0.0.265" +ruff = "0.0.267" taskipy = "1.10.4" |