diff --git a/pyproject.toml b/pyproject.toml index 847b294..8aa8d03 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dynamic = ["version"] test =[ "flake8>=5,<8", "jupyter~=1.0", - "pylint~=2.12", + "pylint>=2.12,<4.0", "pytest>=7.2,<9.0", "pytest-cov~=4.0", ]