diff options
| author | 2024-09-11 18:37:00 +0000 | |
|---|---|---|
| committer | 2024-09-11 18:37:00 +0000 | |
| commit | ed503209118f6fd1cf0556d4a4c3cdb673bc9b72 (patch) | |
| tree | 7c6cbc4d69802a96aa1672e996fff5e9cf4903b5 /pyproject.toml | |
| parent | Bump pydis-core to 11.4.0 (diff) | |
Bump ruff from 0.6.2 to 0.6.4
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.6.2 to 0.6.4.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](https://github.com/astral-sh/ruff/compare/0.6.2...0.6.4)
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
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 1c03518fa..3b5f31a93 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ pytest = "8.3.2" pytest-cov = "5.0.0" pytest-subtests = "0.13.1" pytest-xdist = "3.6.1" -ruff = "0.6.2" +ruff = "0.6.4" taskipy = "1.13.0" |