diff --git a/pyproject.toml b/pyproject.toml index 0e5caf8e..27aa9c1e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,9 +62,9 @@ test = [ "pylint>=3.2.5,<=3.3.1", "pytest-cov>=4.1,<=6.0.0", "pytest>=7.4,<=8.3.3", - "hypothesis>=6.104.2,<=6.119.1", - "ruff>=0.5.0,<=0.7.4", - "coverage>=7.5.4,<=7.6.7", + "hypothesis>=6.104.2,<=6.122.0", + "ruff>=0.5.0,<=0.8.1", + "coverage>=7.5.4,<=7.6.8", "pre-commit<=4.0.1" ]