module: update pylint to version to 2.5.3

Bumps [pylint](https://github.com/PyCQA/pylint) from 2.5.2 to 2.5.3 (#21).
- [Release notes](https://github.com/PyCQA/pylint/releases)
- [Changelog](https://github.com/PyCQA/pylint/blob/master/ChangeLog)
- [Commits](https://github.com/PyCQA/pylint/compare/pylint-2.5.2...pylint-2.5.3)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2020-06-11 14:47:59 +02:00 committed by GitHub
parent b79cb4a56a
commit eb91dd06ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,6 +10,6 @@ requests = '*'
[dev-packages]
rope = '==0.17.0'
pylint = '==2.5.2'
pylint = '==2.5.3'
yapf = '==0.30.0'
mypy = '== 0.780'