From 5bffd94d8339c3f4c9e1b8356cb6db43211e46cc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 Jul 2024 20:37:13 +0000 Subject: [PATCH] Update dependency dev/ruff to v0.5.4 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6469789..01f68b2 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.5.4", ] [tool.isort]