diff --git a/pyproject.toml b/pyproject.toml index 71461bb..60dab12 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,13 +50,13 @@ pyrcf = { path = ".", editable = true } [project.optional-dependencies] test = [ - "black>=23,<=24.4.2", - "pylint>=2.17.7,<=3.2.6", + "black>=23,<=24.8.0", + "pylint>=2.17.7,<=3.2.7", "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", + "hypothesis>=6.82,<=6.111.2", + "ruff>=0.0.280,<=0.6.3", + "coverage>=7.2.7,<=7.6.1", ] docs = ["sphinxcontrib-napoleon", "sphinx-rtd-theme", "sphinx-autoapi"]