From d82b148dfe3679eccdd0de25fbb9a3af70a12141 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2024 14:06:31 +0000 Subject: [PATCH] Update dependency ruff to v0.6.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index db786ac..b348245 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,5 +32,5 @@ Issues = "https://github.com/RealOrangeOne/seahash-py/issues" [project.optional-dependencies] dev = [ "pytest==8.0.2", - "ruff==0.3.0" + "ruff==0.6.0" ]