diff --git a/pyproject.toml b/pyproject.toml index c1e005e..332c5f1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ ] [dependency-groups] -test = ["pytest>=9.0.3", "pytest-cov>=7.0.0"] +test = ["pytest>=9.0.3", "pytest-cov>=7.1.0"] quality = ["prek>=0.3.9", "bandit[toml]>=1.7.6", "ruff>=0.14.7", "mypy>=1.19.0"] dev = [ {include-group = "test"},