From 01395453b1f04ed920d7e1aa16e216a9eab938e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 01:34:28 +0000 Subject: [PATCH] chore(deps-dev): update ruff requirement in /skill Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version. - [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.21...0.15.22) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.22 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- skill/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skill/pyproject.toml b/skill/pyproject.toml index 952c5a8..8d5cb46 100644 --- a/skill/pyproject.toml +++ b/skill/pyproject.toml @@ -20,7 +20,7 @@ eval = [ "python-dotenv>=1.2.2", ] lint = [ - "ruff>=0.15.21", + "ruff>=0.15.22", "mypy>=2.3.0", ]