From 8460e7c175499c3181553df605a79a63818548fe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 17:03:39 +0000 Subject: [PATCH] chore(deps): update dependency ruff to v0.6.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2123f93..cf5e492 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.6.1"] +dependencies = ["ruff==0.6.2"] [tool.hatch.envs.lint.scripts] check = "ruff format crossplane tests && ruff check --fix crossplane tests"