diff --git a/pyproject.toml b/pyproject.toml index d7782d8..233be4e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,13 +37,13 @@ python_template = { path = ".", editable = true } [project.optional-dependencies] test = [ - "pylint>=3.2.5,<=4.0.5", - "pytest-cov>=4.1,<=7.1.0", - "pytest>=7.4,<=9.0.2", - "hypothesis>=6.104.2,<=6.151.10", - "ruff>=0.5.0,<=0.15.8", - "coverage>=7.5.4,<=7.13.5", - "prek>=0.2.28,<0.4.0", + "pylint<=4.0.5,>=4.0.5", + "pytest-cov<=7.1.0,>=7.1.0", + "pytest<=9.0.3,>=9.0.3", + "hypothesis<=6.152.9,>=6.152.9", + "ruff<=0.15.14,>=0.15.14", + "coverage<=7.14.0,>=7.14.0", + "prek>=0.4.1,<0.5.0", "ty<=0.0.33,>=0.0.33", ]