From 62926e294232d54beb5cad2ed8ca4d11a418cfd8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 22:36:23 +0000 Subject: [PATCH] Update dependency dev/ruff to v0.4.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6469789..f9e24bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ dev = [ "mypy ==1.5.1", "nox ==2023.4.22", "pytest ==7.4.0", - "ruff ==0.0.287", + "ruff ==0.4.0", ] [tool.isort]