diff options
author | 2024-12-05 20:11:48 +0000 | |
---|---|---|
committer | 2024-12-05 20:11:48 +0000 | |
commit | 8ed778adfbe43e28ee056e6522854a85e2ef6e02 (patch) | |
tree | bdce4eb7b226a80377bcc5d3534959794dff78df /pyproject.toml | |
parent | Changelog & version bump (diff) |
Bump ruff from 0.8.0 to 0.8.2dependabot/pip/ruff-0.8.2
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.8.0 to 0.8.2.
- [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.8.0...0.8.2)
---
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 9b0031d9..6e137708 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ pytest-cov = "6.0.0" pytest-xdist = "3.6.1" [tool.poetry.group.lint.dependencies] -ruff = "0.8.0" +ruff = "0.8.2" pre-commit = "4.0.1" [tool.poetry.group.doc.dependencies] |