From f24852feeaf75cc02147a6fc939fe9e85df6b100 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 11:14:52 +0100 Subject: [PATCH] Bump ruff from 0.8.0 to 0.8.1 (#1129) Bumps [ruff](https://github.com/astral-sh/ruff) from 0.8.0 to 0.8.1. - [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.0...0.8.1) --- 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 d888716e3..4a7c52984 100644 --- a/requirements_lint.txt +++ b/requirements_lint.txt @@ -3,4 +3,4 @@ mypy==1.13.0 pylint==3.3.1 pylint-strict-informational==0.1 pre-commit==4.0.1 -ruff==0.8.0 \ No newline at end of file +ruff==0.8.1 \ No newline at end of file