From e17ee2ff55e706bc09af089c0a81c1e1173a8edf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 11 Jul 2025 18:57:35 +0000 Subject: [PATCH] chore(deps): update dependency ruff to v0.12.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index df80607..5d1a5d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,7 @@ packages = ["crossplane"] # This special environment is used by hatch fmt. [tool.hatch.envs.hatch-static-analysis] -dependencies = ["ruff==0.12.0"] +dependencies = ["ruff==0.12.3"] config-path = "none" # Disable Hatch's default Ruff config. [tool.ruff]