From 8a9bdfcd233ee13790f9d0bace61bab2cbe04382 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 11:07:13 +0300 Subject: [PATCH] chore(deps): bump ruff from 0.15.12 to 0.15.13 in /.github (#237) Bumps [ruff](https://github.com/astral-sh/ruff) from 0.15.12 to 0.15.13. - [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.12...0.15.13) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.13 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 e11c169..58a80d5 100644 --- a/.github/requirements-lint-python.txt +++ b/.github/requirements-lint-python.txt @@ -1,2 +1,2 @@ -ruff==0.15.12 +ruff==0.15.13 bandit==1.9.4