From 4050537f178860e7fa1b3b5cb0395d0279171fad Mon Sep 17 00:00:00 2001 From: renovate-bot Date: Thu, 7 Mar 2024 08:18:54 +0100 Subject: [PATCH] chore(deps): update dependency ruff to v0.3.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 73c3faa..8252a45 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,7 +69,7 @@ python = "3.11" detached = true dependencies = [ "mypy==1.8.0", - "ruff==0.2.2", + "ruff==0.3.1", ] [tool.hatch.envs.lint.scripts]