diff --git a/pyproject.toml b/pyproject.toml index c5200ad..5297eb4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -79,7 +79,7 @@ Tracker = "https://chacha.ddns.net/gitea/chacha/chacha_cicd_helper/issue test = ["junitparser>=2.8","junit2html>=30.1","xmlrunner>=1.7","mypy>=0.99" ] coverage-check = ["coverage>=7.0"] complexity-check = ["radon>=5.1"] -quality-check = ["pylint>=2.15","pylint-json2html>=0.4","pandas>=1.5","types-PyYAML"] +quality-check = ["pylint>=2.15,<3","pylint-json2html>=0.4","pandas>=1.5","types-PyYAML"] type-check = ["mypy[reports]>=0.99" ] doc-gen = ["mkdocs>=1.4.0", "mkdocs-material>=8.5","mkdocs-pymdownx-material-extras", "mkdocs-localsearch>=0.9.0", "mkdocstrings[python]>=0.19", "mkdocs-with-pdf>=0.9.3","pyyaml>=6.0","pymdown-extensions>=9","mkdocs-markdownextradata-plugin","mkdocs-mermaid2-plugin"]