diff --git a/pyproject.toml b/pyproject.toml index 8297dc3..fa13231 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ pytest = "^7.1.0" pytest-cov = "^4.0.0" pytest-asyncio = "^0.20.1" pytest-mock = "^3.7.0" -pylint = "^2.12.2" +pylint = ">=2.12.2,<4.0.0" pyupgrade = "^3.0.0" safety = "^2.0.0" vulture = "^2.3"