diff --git a/pyproject.toml b/pyproject.toml index 4ce72f7..7f18889 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,10 +35,10 @@ python_template = { path = ".", editable = true } [project.optional-dependencies] test = [ "pylint>=3.2.5,<=3.3.6", - "pytest-cov>=4.1,<=6.0.0", + "pytest-cov>=4.1,<=6.1.1", "pytest>=7.4,<=8.3.5", - "hypothesis>=6.104.2,<=6.130.6", - "ruff>=0.5.0,<=0.11.2", + "hypothesis>=6.104.2,<=6.131.9", + "ruff>=0.5.0,<=0.11.7", "coverage>=7.5.4,<=7.8.0", "pre-commit<=4.2.0", ]