diff --git a/pyproject.toml b/pyproject.toml index 5e22b8f..ba91187 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,10 +40,10 @@ test = [ "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.9,>=6.152.9", - "ruff<=0.15.14,>=0.15.14", - "coverage<=7.14.0,>=7.14.0", - "prek>=0.4.1,<0.5.0", + "hypothesis<=6.155.1,>=6.155.1", + "ruff<=0.15.15,>=0.15.15", + "coverage<=7.14.1,>=7.14.1", + "prek>=0.4.3,<0.5.0", "ty<=0.0.42,>=0.0.42", ]