From f43279b41f617b1478c3ee033466544ef8118546 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 05:31:09 +0000 Subject: [PATCH] chore: bump ruff from 0.15.1 to 0.15.2 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.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: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 1dfc9fb..6d36350 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.1", + "ruff==0.15.2", "black==25.11.0", "yamllint==1.37.1", "build==1.4.0",