From 86be8d124a64a20c988accaa9fd8883e9cbdfd2f Mon Sep 17 00:00:00 2001
From: Calen Pennington <cale@edx.org>
Date: Mon, 30 Sep 2019 11:38:08 -0400
Subject: [PATCH] Upgrade edx-lint

---
 requirements/edx/development.txt | 8 ++++----
 requirements/edx/testing.in      | 2 +-
 requirements/edx/testing.txt     | 8 ++++----
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/requirements/edx/development.txt b/requirements/edx/development.txt
index af52166b98a..7dc715022b0 100644
--- a/requirements/edx/development.txt
+++ b/requirements/edx/development.txt
@@ -29,7 +29,7 @@ appdirs==1.4.3
 argh==0.26.2
 argparse==1.4.0
 asn1crypto==0.24.0
-astroid==1.5.3
+astroid==1.6.6
 atomicwrites==1.3.0
 attrs==17.4.0
 aws-xray-sdk==0.95
@@ -131,7 +131,7 @@ edx-django-utils==2.0.0
 edx-drf-extensions==2.4.0
 edx-enterprise==1.10.7
 edx-i18n-tools==0.4.8
-edx-lint==1.3.0
+edx-lint==1.4.0
 edx-milestones==0.2.3
 edx-oauth2-provider==1.3.1
 edx-opaque-keys[django]==2.0.0
@@ -251,9 +251,9 @@ pyinotify==0.9.6
 pyjwkest==1.3.2
 pyjwt==1.5.2
 pylint-celery==0.3
-pylint-django==0.7.2
+pylint-django==0.11.1
 pylint-plugin-utils==0.3
-pylint==1.7.6
+pylint==1.9.5
 pymongo==2.9.1
 pynliner==0.8.0
 pyparsing==2.2.0
diff --git a/requirements/edx/testing.in b/requirements/edx/testing.in
index 269bcdaf4b4..71a311945af 100644
--- a/requirements/edx/testing.in
+++ b/requirements/edx/testing.in
@@ -24,7 +24,7 @@ code-annotations          # Perform code annotation checking, such as for PII an
 cssselect                 # Used to extract HTML fragments via CSS selectors in 2 test cases and pyquery
 ddt                       # Run a test case multiple times with different input; used in many, many of our tests
 edx-i18n-tools>=0.4.6     # Commands for developers and translators to extract, compile and validate translations
-edx-lint==1.3.0           # pylint extensions for Open edX repositories
+edx-lint==1.4.0           # pylint extensions for Open edX repositories
 factory_boy==2.8.1        # Library for creating test fixtures, used in many tests
 freezegun                 # Allows tests to mock the output of assorted datetime module functions
 httpretty                 # Library for mocking HTTP requests, used in many tests
diff --git a/requirements/edx/testing.txt b/requirements/edx/testing.txt
index 22757b0abb3..2cef426820f 100644
--- a/requirements/edx/testing.txt
+++ b/requirements/edx/testing.txt
@@ -28,7 +28,7 @@ appdirs==1.4.3
 argh==0.26.2
 argparse==1.4.0           # via caniusepython3
 asn1crypto==0.24.0
-astroid==1.5.3            # via pylint, pylint-celery
+astroid==1.6.6            # via pylint, pylint-celery
 atomicwrites==1.3.0       # via pytest
 attrs==17.4.0
 aws-xray-sdk==0.95        # via moto
@@ -127,7 +127,7 @@ edx-django-utils==2.0.0
 edx-drf-extensions==2.4.0
 edx-enterprise==1.10.7
 edx-i18n-tools==0.4.8
-edx-lint==1.3.0
+edx-lint==1.4.0
 edx-milestones==0.2.3
 edx-oauth2-provider==1.3.1
 edx-opaque-keys[django]==2.0.0
@@ -242,9 +242,9 @@ pygraphviz==1.5
 pyjwkest==1.3.2
 pyjwt==1.5.2
 pylint-celery==0.3        # via edx-lint
-pylint-django==0.7.2      # via edx-lint
+pylint-django==0.11.1     # via edx-lint
 pylint-plugin-utils==0.3  # via pylint-celery, pylint-django
-pylint==1.7.6             # via edx-lint, pylint-celery, pylint-django
+pylint==1.9.5             # via edx-lint, pylint-celery, pylint-django
 pymongo==2.9.1
 pynliner==0.8.0
 pyparsing==2.2.0
-- 
GitLab