diff --git a/pyproject.toml b/pyproject.toml index ba91187..cbb5209 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,13 +37,13 @@ python_template = { path = ".", editable = true } [project.optional-dependencies] test = [ - "pylint<=4.0.5,>=4.0.5", + "pylint<=4.0.6,>=4.0.6", "pytest-cov<=7.1.0,>=7.1.0", - "pytest<=9.0.3,>=9.0.3", - "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", + "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", "ty<=0.0.42,>=0.0.42", ]