Skip to content

Commit e321076

Browse files
Update pylint requirement from >=2.15.0 to >=4.0.6
Updates the requirements on [pylint](https://github.com/pylint-dev/pylint) to permit the latest version. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@pylint-3.0.0a0...v4.0.6) --- updated-dependencies: - dependency-name: pylint dependency-version: 4.0.6 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ba31282 commit e321076

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ pytest-cov>=4.0.0
66
pytest-asyncio>=1.4.0
77

88
# Code quality
9-
pylint>=2.15.0
9+
pylint>=4.0.6
1010

1111
# Type checking
1212
mypy>=2.1.0

0 commit comments

Comments
 (0)