Skip to content

Commit 33f1d07

Browse files
Bump pylint from 2.16.4 to 2.17.0 in /requirements
Bumps [pylint](https://github.com/PyCQA/pylint) from 2.16.4 to 2.17.0. - [Release notes](https://github.com/PyCQA/pylint/releases) - [Commits](pylint-dev/pylint@v2.16.4...v2.17.0) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d28568f commit 33f1d07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/dev-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ mypy==1.1.1 # Type checking
1414
pip_check_reqs==2.4.4
1515
pydocstyle==6.3.0 # Lint docstrings
1616
pyenchant==3.2.2 # Bindings for a spellchecking sytem
17-
pylint==2.16.4 # Lint
17+
pylint==2.17.0 # Lint
1818
pyroma==4.2 # Packaging best practices checker
1919
pytest-cov==4.0.0 # Measure code coverage
2020
pytest==7.2.2 # Test runners

0 commit comments

Comments
 (0)