From a38b79f557e5fc73f8ab20e61c48d86c4d8e430d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 05:29:19 +0000 Subject: [PATCH] chore: bump ruff from 0.15.0 to 0.15.1 in the dev-dependencies group Bumps the dev-dependencies group with 1 update: [ruff](https://github.com/astral-sh/ruff). Updates `ruff` from 0.15.0 to 0.15.1 - [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.0...0.15.1) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d5560e7..c29411c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ Changelog = "https://github.com/vbvictor/acp/releases" dev = [ "pytest==8.4.2", "pytest-cov==7.0.0", - "ruff==0.15.0", + "ruff==0.15.1", "black==25.11.0", "yamllint==1.37.1", "build==1.4.0",