From e19fa8bf57779bf8d3b56a930746ce6c7f385375 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2024 15:44:59 +0000 Subject: [PATCH] chore(deps): update dependency ruff to v0.6.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ccc8e14..7b913d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ protoc = "python -m grpc_tools.protoc --proto_path=. --python_out=. --pyi_out=. type = "virtual" detached = true path = ".venv-lint" -dependencies = ["ruff==0.5.7"] +dependencies = ["ruff==0.6.0"] [tool.hatch.envs.lint.scripts] check = "ruff check crossplane tests && ruff format --diff crossplane tests"