From cc44a497e3030fced95397cd0724f03144e64ded Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 13:34:44 +0000 Subject: [PATCH] Update dependency ruff to v0.8.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index db786ac..a414d9f 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.8.2" ]