From 7e3499ac2a6c13bbd2a3736a24ecfee976d8e606 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 00:25:48 +0000 Subject: [PATCH] build(deps): bump ruff from 0.15.20 to 0.15.21 in the lint-tools group Bumps the lint-tools group with 1 update: [ruff](https://github.com/astral-sh/ruff). Updates `ruff` from 0.15.20 to 0.15.21 - [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.20...0.15.21) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.21 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: lint-tools ... Signed-off-by: dependabot[bot] --- requirements-lint.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-lint.txt b/requirements-lint.txt index 951bb81..4f8ab2e 100644 --- a/requirements-lint.txt +++ b/requirements-lint.txt @@ -1,3 +1,3 @@ clang-format pre-commit -ruff==0.15.20 +ruff==0.15.21