From 5ca0f52529f3d3048e2f264784325ca64afbf3ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 05:07:53 +0000 Subject: [PATCH] chore: bump ruff from 0.15.14 to 0.15.15 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.14 to 0.15.15 - [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.14...0.15.15) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.15 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 56d5fff..f5ce564 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ Changelog = "https://github.com/vbvictor/acp/releases" dev = [ "pytest==9.0.3", "pytest-cov==7.1.0", - "ruff==0.15.14", + "ruff==0.15.15", "black==26.5.1", "yamllint==1.38.0", "zizmor==1.25.2; python_version>='3.10'",