From bd289cedde41e25c0bc3ef694514cdb308995425 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 16:15:59 +0000 Subject: [PATCH] chore(deps-dev): bump ruff in the all group across 1 directory Bumps the all group with 1 update in the / directory: [ruff](https://github.com/astral-sh/ruff). Updates `ruff` from 0.15.10 to 0.15.12 - [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.10...0.15.12) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.11 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a537b9b..8560add 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dev = [ "invoke>=3.0.3,<4", "mypy>=1.20.1,<2", "types-PyYAML>=6.0.12.20260408", - "ruff==0.15.10", + "ruff==0.15.12", "mock>=5.2.0,<6", "pytest>=9.0.3,<10", "pytest-mock",