From 8bbd6b0ac8ac1a6f36190d605bdd94114c15f5ea Mon Sep 17 00:00:00 2001 From: renovate-bot Date: Fri, 2 Aug 2024 20:16:49 +0200 Subject: [PATCH] Update dependency ruff to v0.5.6 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a596eae..c4382ef 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.5.6", ] [tool.hatch.envs.lint.scripts]