diff --git a/pyproject.toml b/pyproject.toml index ab42d4a..5e81e13 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,10 +40,10 @@ test = [ "pylint<=4.0.6,>=4.0.6", "pytest-cov<=7.1.0,>=7.1.0", "pytest<=9.1.1,>=9.1.1", - "hypothesis<=6.155.7,>=6.155.7", - "ruff<=0.15.20,>=0.15.20", - "coverage<=7.14.3,>=7.14.3", - "prek>=0.4.6,<0.5.0", + "hypothesis<=6.163.0,>=6.163.0", + "ruff<=0.16.0,>=0.16.0", + "coverage<=7.15.2,>=7.15.2", + "prek>=0.4.11,<0.5.0", "ty<=0.0.65,>=0.0.65", ]