From c4711e0c63f2f3be4c7393c7ff8558c19e80a93c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 21:22:50 +0000 Subject: [PATCH] [PIP] Update ruff requirement from ~=0.15.1 to ~=0.15.4 Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version. - [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.15.1...0.15.4) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- lint_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lint_requirements.txt b/lint_requirements.txt index 1246a40c4..d85689ea0 100644 --- a/lint_requirements.txt +++ b/lint_requirements.txt @@ -1,5 +1,5 @@ # Lint requirements -ruff~=0.15.1 +ruff~=0.15.4 mypy~=1.19.1 shellcheck-py~=0.11.0.1