diff --git a/pyproject.toml b/pyproject.toml index 6b9c91d..b4b2257 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,12 +35,12 @@ dev_template = { path = ".", editable = true } [project.optional-dependencies] test = [ - "pylint>=3.2.5,<=4.0.4", - "pytest-cov>=4.1,<=7.0.0", + "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.150.2", - "ruff>=0.5.0,<=0.14.11", - "coverage>=7.5.4,<=7.13.1", + "hypothesis>=6.104.2,<=6.151.10", + "ruff>=0.5.0,<=0.15.8", + "coverage>=7.5.4,<=7.13.5", "pre-commit<=4.5.1", "ty>=0.0.8,<=0.0.8", ]