From 82cca4249756a064f5f44221f4e7f3a8f3944ce4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 15:20:09 +0100 Subject: [PATCH] Bump ruff from 0.8.3 to 0.8.4 (#1145) Bumps [ruff](https://github.com/astral-sh/ruff) from 0.8.3 to 0.8.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.8.3...0.8.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 7a0c080c..81c742a9 100644 --- a/requirements_lint.txt +++ b/requirements_lint.txt @@ -3,4 +3,4 @@ mypy==1.13.0 pylint==3.3.2 pylint-strict-informational==0.1 pre-commit==4.0.1 -ruff==0.8.3 \ No newline at end of file +ruff==0.8.4 \ No newline at end of file