From d1956055d4a14acc6bee083a55ef4f2be11042cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 07:13:27 +0000 Subject: [PATCH] Bump ruff from 0.7.2 to 0.8.3 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.7.2 to 0.8.3. - [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.7.2...0.8.3) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-minor ... 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 31161e976e7..d93d587fdb3 100644 --- a/requirements_lint.txt +++ b/requirements_lint.txt @@ -4,5 +4,5 @@ isort==5.13.2 pre-commit==4.0.1 pre-commit-hooks==5.0.0 pyupgrade==3.17.0 -ruff==0.7.2 +ruff==0.8.3 vulture==2.14