Bump pylint from 2.13.8 to 2.13.9

Bumps [pylint](https://github.com/PyCQA/pylint) from 2.13.8 to 2.13.9.
- [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.13.8...v2.13.9)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-05-16 03:29:27 +00:00 committed by GitHub
parent e2ff503da9
commit 53761ef892
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 9 deletions

View file

@ -40,7 +40,7 @@ hiredis = "^2.0.0"
mypy = "^0.950"
pytest = "^7.1.2"
ipdb = "^0.13.9"
pylint = "^2.13.8"
pylint = "^2.13.9"
black = "^22.3"
isort = "^5.9.3"
flake8 = "^4.0.1"