diff --git a/pyproject.toml b/pyproject.toml index c244a8d..9fe4cc6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,11 +37,11 @@ python_template = { path = ".", editable = true } test = [ "pylint>=3.2.5,<=4.0.4", "pytest-cov>=4.1,<=7.0.0", - "pytest>=7.4,<=9.0.1", - "hypothesis>=6.104.2,<=6.148.5", - "ruff>=0.5.0,<=0.14.7", - "coverage>=7.5.4,<=7.12.0", - "pre-commit<=4.5.0", + "pytest>=7.4,<=9.0.2", + "hypothesis>=6.104.2,<=6.148.8", + "ruff>=0.5.0,<=0.14.10", + "coverage>=7.5.4,<=7.13.1", + "pre-commit<=4.5.1", ] [build-system]