From aaa635bbf355046d180e7f466d5b088a5170afde Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2020 04:33:20 +0000 Subject: [PATCH] Bump pylint from 2.4.4 to 2.5.0 Bumps [pylint](https://github.com/PyCQA/pylint) from 2.4.4 to 2.5.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.4.4...pylint-2.5.0) 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 638e5f4f..e2f3d1ee 100644 --- a/requirements-lint.txt +++ b/requirements-lint.txt @@ -1,7 +1,7 @@ # linters pycodestyle==2.5.0 pydocstyle==5.0.2 -pylint==2.4.4 +pylint==2.5.0 pygments pyroma==2.6 -r requirements-test.txt \ No newline at end of file