diff --git a/pyproject.toml b/pyproject.toml index 4c63a75..7b2382a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ dynamic = ["version"] [project.optional-dependencies] test =[ "flake8>=5,<8", - "pylint>=2.12,<4.0", + "pylint~=2.12", "pytest>=7.2,<9.0", "pytest-cov~=4.0", ]