From 05f5009d4ebf9e649c9c2f23942e42ff8b052e58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 00:06:34 +0000 Subject: [PATCH] build: bump ruff in the python-development-updates group Bumps the python-development-updates group with 1 update: [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.12 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-development-updates ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4193756e..a3d2596a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ test = [ "respx==0.23.1", ] code-quality = [ - "ruff==0.15.10", + "ruff==0.15.12", "mypy==1.19.1", "pre-commit==4.3.0", "types-aiofiles==25.1.0.20251011",