From 8c88f21745a4f4ad2d3d7a145d728e32511567b5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2019 05:03:52 +0000 Subject: [PATCH] build(deps): bump pylint from 2.2.2 to 2.3.1 Bumps [pylint](https://github.com/PyCQA/pylint) from 2.2.2 to 2.3.1. - [Release notes](https://github.com/PyCQA/pylint/releases) - [Changelog](https://github.com/PyCQA/pylint/blob/pylint-2.3.1/ChangeLog) - [Commits](https://github.com/PyCQA/pylint/compare/pylint-2.2.2...pylint-2.3.1) Signed-off-by: dependabot-preview[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e02a3ae..d7e8fd9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ mccabe==0.6.1 pycodestyle==2.5.0 pycparser==2.17 pygit2==0.28.2 -pylint==2.2.2 +pylint==2.3.1 PyYAML==5.1.2 six==1.12.0 tabulate==0.8.3