From 3644f6e0a8bc358a42ffa02dcb5cee00fcc0fab1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 21 Jul 2024 20:57:36 +0000 Subject: [PATCH] chore(deps): update dependency ruff to v0.5.4 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 03cac94..fb03fe4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ pytest = "8.0.0" pylint = "3.0.0" flake8 = "7.0.0" flake8-pytest-style = "2.0.0" -ruff = "0.5.2" +ruff = "0.5.4" coverage = "7.5.0" black = "24.4.1" mypy = "1.10.0"