From f0bb336ba50e4b70f7b48eed1d0fd369f76deb79 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 17 Apr 2025 16:36:17 +0000 Subject: [PATCH] chore(deps): update dependency ruff to v0.11.6 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cbdbba7..084295c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ packages = ["crossplane"] # This special environment is used by hatch fmt. [tool.hatch.envs.hatch-static-analysis] -dependencies = ["ruff==0.11.3"] +dependencies = ["ruff==0.11.6"] config-path = "none" # Disable Hatch's default Ruff config. [tool.ruff]