From d60c14695650776b3ce9be4d24c2e18bcf208b39 Mon Sep 17 00:00:00 2001 From: renovate-bot Date: Sun, 22 Sep 2024 04:16:14 +0200 Subject: [PATCH] Update dependency ruff to v0.6.7 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a596eae..d983ce9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,7 +77,7 @@ python = ["3.8", "3.9", "3.10", "3.11"] detached = true dependencies = [ "mypy==1.8.0", - "ruff==0.2.2", + "ruff==0.6.7", ] [tool.hatch.envs.lint.scripts]