diff --git a/pyproject.toml b/pyproject.toml index 5ff5691..a011635 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,13 +57,13 @@ pyrcf = { path = ".", editable = true } [project.optional-dependencies] test = [ - "black>=23,<=24.4.2", - "pylint>=2.17.7,<=3.2.6", - "pytest-cov>=4.1,<=5.0.0", - "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", + "black>=23,<=24.10.0", + "pylint>=2.17.7,<=3.3.1", + "pytest-cov>=4.1,<=6.0.0", + "pytest>=7.4,<=8.3.3", + "hypothesis>=6.82,<=6.122.0", + "ruff>=0.0.280,<=0.8.1", + "coverage>=7.2.7,<=7.6.8", ] docs = ["sphinxcontrib-napoleon", "sphinx-rtd-theme", "sphinx-autoapi"] torch = ["torch"]