Skip to content

Commit 36b4990

Browse files
chore(deps): update pylint requirement from ~=2.8 to ~=2.10 (#628)
Updates the requirements on [pylint](https://github.com/PyCQA/pylint) to permit the latest version. - [Release notes](https://github.com/PyCQA/pylint/releases) - [Changelog](https://github.com/PyCQA/pylint/blob/main/ChangeLog) - [Commits](pylint-dev/pylint@pylint-2.8.0...v2.10.2) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cfb6ee6 commit 36b4990

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ python-dateutil = "~=2.8"
2121
types-python-dateutil = "~=0.1"
2222
mock = "~=4.0"
2323

24-
pylint = "~=2.8"
24+
pylint = "~=2.10"
2525
astroid = "~=2.5"
2626
isort = "~=5.8"
2727

0 commit comments

Comments
 (0)