diff --git a/pyproject.toml b/pyproject.toml index 4eafda9..3028652 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,12 +35,12 @@ python_template = { path = ".", editable = true } [project.optional-dependencies] test = [ - "pylint>=3.2.5,<=3.3.8", + "pylint>=3.2.5,<=4.0.2", "pytest-cov>=4.1,<=7.0.0", "pytest>=7.4,<=8.4.2", - "hypothesis>=6.104.2,<=6.140.2", - "ruff>=0.5.0,<=0.13.2", - "coverage>=7.5.4,<=7.10.7", + "hypothesis>=6.104.2,<=6.142.5", + "ruff>=0.5.0,<=0.14.3", + "coverage>=7.5.4,<=7.11.0", "pre-commit<=4.3.0", ]