diff --git a/pyproject.toml b/pyproject.toml index ab42d4a..133ab59 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,13 +37,13 @@ python_template = { path = ".", editable = true } [project.optional-dependencies] test = [ - "pylint<=4.0.6,>=4.0.6", + "pylint<=4.0.7,>=4.0.7", "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.165.10,>=6.165.10", + "ruff<=0.16.5,>=0.16.5", + "coverage<=7.16.0,>=7.16.0", + "prek>=0.5.0,<0.6.0", "ty<=0.0.65,>=0.0.65", ]