Bump pylint from 2.11.1 to 2.12.2

Bumps [pylint](https://github.com/PyCQA/pylint) from 2.11.1 to 2.12.2.
- [Release notes](https://github.com/PyCQA/pylint/releases)
- [Changelog](https://github.com/PyCQA/pylint/blob/main/ChangeLog)
- [Commits](https://github.com/PyCQA/pylint/compare/v2.11.1...v2.12.2)

---
updated-dependencies:
- dependency-name: pylint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-01-05 20:03:21 +00:00 committed by GitHub
parent acb6981160
commit 5e01226736
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 13 deletions

View file

@ -41,7 +41,7 @@ hiredis = "^2.0.0"
mypy = "^0.930"
pytest = "^6.2.4"
ipdb = "^0.13.9"
pylint = "^2.11.1"
pylint = "^2.12.2"
black = "^21.12b0"
isort = "^5.9.3"
flake8 = "^4.0.1"