diff --git a/pyproject.toml b/pyproject.toml index dc0e4ef..9e2cd1d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ protoc = "python -m grpc_tools.protoc --proto_path=. --python_out=. --pyi_out=. type = "virtual" detached = true path = ".venv-lint" -dependencies = ["ruff==0.1.7"] +dependencies = ["ruff==0.1.9"] [tool.hatch.envs.lint.scripts] check = "ruff check crossplane tests && ruff format --diff crossplane tests"