diff --git a/pyproject.toml b/pyproject.toml index c09aad5..81c09a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ source = ["src"] [dependency-groups] dev = [ - "pytest>=8", + "pytest>=9.0.3", "pytest-cov>=6", "ruff>=0.11", ]