diff --git a/pyproject.toml b/pyproject.toml index fc147a0..bee783e 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.4,>=6.152.4", + "ruff<=0.15.12,>=0.15.12", + "coverage<=7.13.5,>=7.13.5", + "prek>=0.3.11,<0.4.0", "ty>=0.0.12,<=0.0.27", ]