diff options
author | 2024-03-19 03:54:24 +0000 | |
---|---|---|
committer | 2024-03-19 03:54:24 +0000 | |
commit | 7cb6dbdfd6de95d576087b6d92576e1326e2cc85 (patch) | |
tree | 6f9fc2060e8c4af1b539aac514e3725d89fdebeb /pyproject.toml | |
parent | Merge pull request #2953 from python-discord/dependabot/pip/pytest-8.1.1 (diff) |
Bump ruff from 0.3.2 to 0.3.3 (#2961)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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 6bc742246..df9e50ebb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ pytest = "8.1.1" pytest-cov = "4.1.0" pytest-subtests = "0.12.1" pytest-xdist = "3.5.0" -ruff = "0.3.2" +ruff = "0.3.3" taskipy = "1.12.2" |