Skip to content
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ dependencies = [
]

[dependency-groups]
test = ["pytest>=9.0.0", "pytest-cov>=7.1.0"]
quality = ["prek>=0.3.1", "bandit[toml]>=1.7.6", "ruff>=0.14.7", "mypy>=1.19.0"]
test = ["pytest>=9.0.3", "pytest-cov>=7.1.0"]
quality = ["prek>=0.3.1", "bandit[toml]>=1.9.4", "ruff>=0.14.7", "mypy>=1.19.0"]
dev = [
{include-group = "test"},
{include-group = "quality"},
Expand Down
Loading