From 1ff80a9721764131b737b7bf60cac3e29c258749 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 23:14:27 +0000 Subject: [PATCH] chore(deps): bump ruff from 0.15.2 to 0.15.4 in /.github Bumps [ruff](https://github.com/astral-sh/ruff) from 0.15.2 to 0.15.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.15.2...0.15.4) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/requirements-lint-python.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/requirements-lint-python.txt b/.github/requirements-lint-python.txt index e123161..5015253 100644 --- a/.github/requirements-lint-python.txt +++ b/.github/requirements-lint-python.txt @@ -1,2 +1,2 @@ -ruff==0.15.2 +ruff==0.15.4 bandit==1.9.3