diff --git a/pyproject.toml b/pyproject.toml index db786ac..2ca46ab 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.0" ]