diff --git a/pyproject.toml b/pyproject.toml index ebc5a35..a3a536a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,11 +35,11 @@ python_template = { path = ".", editable = true } [project.optional-dependencies] test = [ "pylint>=3.2.5,<=3.3.7", - "pytest-cov>=4.1,<=6.1.1", - "pytest>=7.4,<=8.3.5", - "hypothesis>=6.104.2,<=6.132.0", - "ruff>=0.5.0,<=0.11.12", - "coverage>=7.5.4,<=7.8.2", + "pytest-cov>=4.1,<=6.2.1", + "pytest>=7.4,<=8.4.1", + "hypothesis>=6.104.2,<=6.135.20", + "ruff>=0.5.0,<=0.12.1", + "coverage>=7.5.4,<=7.9.1", "pre-commit<=4.2.0", ]