From ad4ef622a117ba9862dce6abcc9c559960a68496 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 15:30:13 -0500 Subject: [PATCH] Bump ruff from 0.6.4 to 0.6.8 (#32) Bumps [ruff](https://github.com/astral-sh/ruff) from 0.6.4 to 0.6.8. - [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.4...0.6.8) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5327fd4..5550b20 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ "reno", ], "style": [ - "ruff==0.6.4", + "ruff==0.6.8", ], "lint": [ "mypy==1.11.2",