diff --git a/pyproject.toml b/pyproject.toml index 1b5418f..f5d2f9a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,12 +31,12 @@ python_template = { path = ".", editable = true } [project.optional-dependencies] test = [ "black>=23,<=24.4.2", - "pylint>=2.17.7,<=3.2.3", + "pylint>=2.17.7,<=3.2.6", "pytest-cov>=4.1,<=5.0.0", - "pytest>=7.4,<=8.2.2", - "hypothesis>=6.82,<=6.103.1", - "ruff>=0.0.280,<=0.4.8", - "coverage>=7.2.7,<=7.5.3", + "pytest>=7.4,<=8.3.2", + "hypothesis>=6.82,<=6.108.5", + "ruff>=0.0.280,<=0.5.5", + "coverage>=7.2.7,<=7.6.0", ] [project.urls]