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