diff --git a/pyproject.toml b/pyproject.toml index 46e465b..5492578 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ requires-python = ">=3.9" dependencies = ["numpy"] [project.optional-dependencies] -dev = ["pytest>=7.4.0", "pytest-cov>=3.0.0", "ruff>=0.0.285"] +dev = ["pytest>=8.4.2", "pytest-cov>=3.0.0", "ruff>=0.0.285"] docs = [ "mkdocstrings-python>=2.0.0", "zensical>=0.0.24",