diff --git a/pyproject.toml b/pyproject.toml index d081d55..70a1e1b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,12 +34,12 @@ python_template = { path = ".", editable = true } [project.optional-dependencies] test = [ - "pylint>=3.2.5,<=3.3.1", + "pylint>=3.2.5,<=3.3.3", "pytest-cov>=4.1,<=6.0.0", - "pytest>=7.4,<=8.3.3", - "hypothesis>=6.104.2,<=6.122.0", - "ruff>=0.5.0,<=0.8.1", - "coverage>=7.5.4,<=7.6.8", + "pytest>=7.4,<=8.3.4", + "hypothesis>=6.104.2,<=6.123.2", + "ruff>=0.5.0,<=0.8.4", + "coverage>=7.5.4,<=7.6.10", "pre-commit<=4.0.1" ]