From da19e22ef9c1cc342c1e25b5946e7acf38d6b08c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 16:46:47 +0200 Subject: [PATCH] Bump ruff from 0.6.3 to 0.6.4 (#1056) Bumps [ruff](https://github.com/astral-sh/ruff) from 0.6.3 to 0.6.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.6.3...0.6.4) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements_lint.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_lint.txt b/requirements_lint.txt index 47ead6dfa..647de4ece 100644 --- a/requirements_lint.txt +++ b/requirements_lint.txt @@ -3,4 +3,4 @@ mypy==1.11.2 pylint==3.2.7 pylint-strict-informational==0.1 pre-commit==3.8.0 -ruff==0.6.3 \ No newline at end of file +ruff==0.6.4 \ No newline at end of file