diff --git a/pyproject.toml b/pyproject.toml index 036ba33b..96063002 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ dev = [ "mypy >=1.5.0", "bandit >=1.7", "pylint >=4.0.0; python_version >= '3.10'", - "pylint >=3.3.0, <4.0.0; python_version < '3.10'", + "pylint >=4.0.5, <4.1.0; python_version < '3.10'", "pycodestyle >=2.0", "pytest-asyncio >=0.26.0", "pytest-timeout >=2.2.0",