From f2170685919cc67e12d0222db572f0d3bb9987ec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 14:34:39 +0000 Subject: [PATCH] Update dependency ruff to v0.9.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index db786ac..b451e35 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.9.0" ]