From 8060788205746684f5b0d0d11fea5299579181c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Jan 2019 10:14:28 +0000 Subject: [PATCH] Bump pylint from 1.8.3 to 1.9.4 (#52) Bumps [pylint](https://github.com/PyCQA/pylint) from 1.8.3 to 1.9.4. - [Release notes](https://github.com/PyCQA/pylint/releases) - [Changelog](https://github.com/PyCQA/pylint/blob/pylint-1.9.4/ChangeLog) - [Commits](https://github.com/PyCQA/pylint/compare/pylint-1.8.3...pylint-1.9.4) Signed-off-by: dependabot[bot] <support@dependabot.com> --- requirements.dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.dev.txt b/requirements.dev.txt index 41b9adf..c30c1e7 100644 --- a/requirements.dev.txt +++ b/requirements.dev.txt @@ -2,6 +2,6 @@ flake8==3.5.0 Cython==0.29.3 nose==1.3.7 pycodestyle==2.3.1 -pylint==1.8.3 +pylint==1.9.4 pytest==3.4.2 pytest-watch==4.2.0 -- GitLab