From b38b2fbdef7c660cb11fc6ae023a6f3a69ffb4ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 14:49:36 +0000 Subject: [PATCH] chore(deps-dev): bump ruff in the pip-patches group Bumps the pip-patches group with 1 update: [ruff](https://github.com/astral-sh/ruff). Updates `ruff` from 0.15.9 to 0.15.10 - [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.9...0.15.10) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.10 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: pip-patches ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index db6d71b..c0ead09 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ [project.optional-dependencies] dev = [ - "ruff==0.15.9", # linter, formatter, import sort + "ruff==0.15.10", # linter, formatter, import sort "mypy==1.19.1", "pre-commit==4.5.1", "colorlog==6.10.1",