Skip to content

Commit 0ecad2f

Browse files
chore(deps): update pylint requirement from ~=2.6 to ~=2.7 (appium#588)
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/master/ChangeLog) - [Commits](pylint-dev/pylint@pylint-2.6.0...pylint-2.7.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mori Atsushi <ki4070ma@gmail.com>
1 parent d5f29f0 commit 0ecad2f

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
@@ -20,7 +20,7 @@ httpretty = "~=1.0"
2020
python-dateutil = "~=2.8"
2121
mock = "~=4.0"
2222

23-
pylint = "~=2.6"
23+
pylint = "~=2.7"
2424
astroid = "~=2.5"
2525
isort = "~=5.7"
2626

0 commit comments

Comments
 (0)