From 438741c87081f84ddd80321010c8fc591827ed73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 1 Mar 2019 13:20:17 +0000 Subject: [PATCH] Bump pylint from 1.9.3 to 2.3.0 Bumps [pylint](https://github.com/PyCQA/pylint) from 1.9.3 to 2.3.0. - [Release notes](https://github.com/PyCQA/pylint/releases) - [Changelog](https://github.com/PyCQA/pylint/blob/master/ChangeLog) - [Commits](https://github.com/PyCQA/pylint/commits/pylint-2.3.0) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 27620f2c..c3ec9b71 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ mccabe==0.6.1 # mysqlclient==1.3.10 pep8==1.7.0 pycrypto==2.6.1 -pylint==1.9.3 +pylint==2.3.0 pylint-django==0.10.0 pytz==2017.2 singledispatch==3.4.0.3