From 590093333016dbccec51ef91d57ae699ae69b5d0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 05:01:48 +0000 Subject: [PATCH] chore(deps): update dependency dev/ruff to v0.5.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index aaf017c..a1f3531 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ dev = [ "pylint==3.2.5", "pyright>=1.1.356", "pytest==8.2.2", - "ruff==0.4.10", + "ruff==0.5.1", "tox==4.15.1", ]