Skip to content

Commit

Permalink
pip(deps): update pylint requirement from ~=2.11 to ~=2.15
Browse files Browse the repository at this point in the history
Updates the requirements on [pylint](https://github.com/PyCQA/pylint) to permit the latest version.
- [Release notes](https://github.com/PyCQA/pylint/releases)
- [Commits](pylint-dev/pylint@v2.11.0...v2.15.0)

---
updated-dependencies:
- dependency-name: pylint
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Aug 29, 2022
1 parent e1b5641 commit cf05e1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/DEV_REQUIREMENTS.txt
Expand Up @@ -8,4 +8,4 @@ pydoc-markdown~=4.3, < 4.6.* ; python_version >= '3.7'
pydoc-markdown~=3.13 ; python_version == '3.6'
pytest~=7.0
pytest-cov~=3.0
pylint~=2.11
pylint~=2.15

0 comments on commit cf05e1f

Please sign in to comment.