From e73aeb77e91de6c46de161f3a2c43468a909a1cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 15:33:21 +0000 Subject: [PATCH] Bump ruff from 0.6.5 to 0.6.8 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.6.5 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.5...0.6.8) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements_lint.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_lint.txt b/requirements_lint.txt index 1f5607bd2b7..06334836387 100644 --- a/requirements_lint.txt +++ b/requirements_lint.txt @@ -4,5 +4,5 @@ isort==5.13.2 pre-commit==3.8.0 pre-commit-hooks==4.6.0 pyupgrade==3.17.0 -ruff==0.6.5 +ruff==0.6.8 vulture==2.12