From dd09112cd6421f5799f6bd9df22bacac1e63a1d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 09:58:59 +0000 Subject: [PATCH] chore(uv): update ruff requirement from >=0.15.11 to >=0.15.12 Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version. - [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.11...0.15.12) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.12 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 885dddc6..91e95e80 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dev = [ "pre-commit>=4.5.1", "pytest>=9.0.3", "pytest-cov>=7.1.0", - "ruff>=0.15.11", + "ruff>=0.15.12", "sqlfluff>=4.1.0", "ty>=0.0.32", ]