From 0602c0fbe5157fe0bb511ff7e9c72c1d4c2f6010 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Feb 2026 13:51:41 +0200 Subject: [PATCH] chore(deps): bump ruff from 0.15.1 to 0.15.2 in /.github (#55) Bumps [ruff](https://github.com/astral-sh/ruff) from 0.15.1 to 0.15.2. - [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.2) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.2 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> --- .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 bbf8199..e123161 100644 --- a/.github/requirements-lint-python.txt +++ b/.github/requirements-lint-python.txt @@ -1,2 +1,2 @@ -ruff==0.15.1 +ruff==0.15.2 bandit==1.9.3