From 1eb7eca9ebc92374a23278d20e90a37e755f0834 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 06:17:40 +0000 Subject: [PATCH] Bump ruff from 0.7.2 to 0.9.4 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.7.2 to 0.9.4. - [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.9.4) --- 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 4ab19b96f36..d9e82f66697 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.19.1 -ruff==0.7.2 +ruff==0.9.4 vulture==2.14