From 454a98e939515a234e32688bde983dcf83053f18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 20 May 2019 21:29:09 +0000 Subject: [PATCH] chore(deps): update pylint requirement from <2,>=1.6.4 to >=1.6.4,<3 Updates the requirements on [pylint](https://github.com/PyCQA/pylint) to permit the latest version. - [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-1.6.4...pylint-2.3.1) Signed-off-by: dependabot[bot] --- requirements/dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 0762c91d6a..d3b81e393a 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -1,4 +1,4 @@ -r common.txt nose>=1.3.7,<2 -pylint>=1.6.4,<2 +pylint>=1.6.4,<3 pep8>=1.7.0,<2