From 8ed778adfbe43e28ee056e6522854a85e2ef6e02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 20:11:48 +0000 Subject: Bump ruff from 0.8.0 to 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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyproject.toml') 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] -- cgit v1.2.3