From a3064f852f1f43703edc7e8956b8eed32565e9d3 Mon Sep 17 00:00:00 2001 From: renovate-bot Date: Wed, 29 May 2024 08:20:43 +0200 Subject: [PATCH] chore(deps): update dependency ruff to v0.4.6 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0f7d302..7e347a8 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.4.6", ] [tool.hatch.envs.lint.scripts]