From 7a915c2df748646b7100d63e638cbf652e03fa02 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Apr 2025 19:53:55 +0000 Subject: [PATCH] chore(deps): update dependency ruff to v0.11.7 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0775313..ed8a57a 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.11.6"] +dependencies = ["ruff==0.11.7"] config-path = "none" # Disable Hatch's default Ruff config. [tool.ruff]