From b4bf334bfb908cb3b27428540aa4038aa8fdb43b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 10:53:32 +0000 Subject: [PATCH] chore(deps): bump ruff from 0.15.9 to 0.15.12 in /.github Bumps [ruff](https://github.com/astral-sh/ruff) from 0.15.9 to 0.15.12. - [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.9...0.15.12) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.12 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 0c77cf1..e11c169 100644 --- a/.github/requirements-lint-python.txt +++ b/.github/requirements-lint-python.txt @@ -1,2 +1,2 @@ -ruff==0.15.9 +ruff==0.15.12 bandit==1.9.4