aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-12-05 20:11:48 +0000
committerGravatar GitHub <[email protected]>2024-12-05 20:11:48 +0000
commit8ed778adfbe43e28ee056e6522854a85e2ef6e02 (patch)
treebdce4eb7b226a80377bcc5d3534959794dff78df /pyproject.toml
parentChangelog & 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.toml2
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]