diff --git a/pyproject.toml b/pyproject.toml index 61c657c726..76c115c81f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -120,10 +120,10 @@ docs_extras = [ "m2r >= 0.3.1, == 0.3.*", ] tests = [ - "black >= 23.12.1", - "pylint >= 3.0.3", - "pytest-cov >= 4.1.0", - "pytest-xdist >= 3.5.0", + "black == 23.12.1", + "pylint == 3.0.3", + "pytest-cov == 4.1.0", + "pytest-xdist == 3.5.0", ] [project.scripts]