From c1a32d1bf9630d35835715b2d75c3e1514a7143c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Jan 2024 17:11:04 +0000 Subject: [PATCH] Update dependency ruff to v0.1.13 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6154b06..4a94b63 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.1.11"] +dependencies = ["ruff==0.1.13"] [tool.hatch.envs.lint.scripts] check = "ruff check crossplane tests && ruff format --diff crossplane tests"