diff --git a/pyproject.toml b/pyproject.toml index db786ac..cf2a34e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,6 +31,6 @@ Issues = "https://github.com/RealOrangeOne/seahash-py/issues" [project.optional-dependencies] dev = [ - "pytest==8.0.2", + "pytest==8.4.2", "ruff==0.3.0" ]