From 2516416658d13d475c8ae35f11d8566e42141285 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 6 May 2020 04:32:04 +0000 Subject: [PATCH] Bump pylint from 2.5.0 to 2.5.2 Bumps [pylint](https://github.com/PyCQA/pylint) from 2.5.0 to 2.5.2. - [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.0...pylint-2.5.2) Signed-off-by: dependabot-preview[bot] --- requirements-lint.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-lint.txt b/requirements-lint.txt index e2f3d1ee..544a83ad 100644 --- a/requirements-lint.txt +++ b/requirements-lint.txt @@ -1,7 +1,7 @@ # linters pycodestyle==2.5.0 pydocstyle==5.0.2 -pylint==2.5.0 +pylint==2.5.2 pygments pyroma==2.6 -r requirements-test.txt \ No newline at end of file