From 04419fc8ce6db2ddebc85289e1fd73af06b83d07 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 11 Oct 2020 11:10:03 +0200 Subject: [PATCH] Bump pylint from 2.5.3 to 2.6.0 (#71) Bumps [pylint](https://github.com/PyCQA/pylint) from 2.5.3 to 2.6.0. - [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.3...pylint-2.6.0) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 237ce4c..e4a9fb5 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -37,7 +37,7 @@ pycodestyle==2.6.0 # via flake8 pycparser==2.20 # via cffi pyflakes==2.2.0 # via flake8 pygments==2.6.1 # via readme-renderer -pylint==2.5.3 # via -r requirements-dev.in +pylint==2.6.0 # via -r requirements-dev.in pyparsing==2.4.7 # via packaging pytest==5.4.3 # via -r requirements-dev.in readme-renderer==26.0 # via twine