From ab8fdbf3783ccc5d58df41f98958a9a2a3a9d105 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 14 Jul 2024 16:43:33 +0000 Subject: [PATCH] chore(deps): update dependency ruff to v0.5.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b013159..af409db 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.1"] +dependencies = ["ruff==0.5.2"] [tool.hatch.envs.lint.scripts] check = "ruff check crossplane tests && ruff format --diff crossplane tests"