From 883d250bde63bbf7fd8399dbd7d3883ba534ea73 Mon Sep 17 00:00:00 2001 From: Matthew Piatetsky Date: Fri, 25 Jan 2019 15:45:41 -0500 Subject: [PATCH] update to newer version of edx-lint that includes updated unicode-format-string rule --- requirements/edx/development.txt | 2 +- requirements/edx/testing.in | 2 +- requirements/edx/testing.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements/edx/development.txt b/requirements/edx/development.txt index 4653142f18..7e47ce0ae3 100644 --- a/requirements/edx/development.txt +++ b/requirements/edx/development.txt @@ -138,7 +138,7 @@ edx-django-utils==1.0.3 edx-drf-extensions==2.0.1 edx-enterprise==1.2.10 edx-i18n-tools==0.4.8 -edx-lint==1.0.0 +edx-lint==1.1.0 edx-milestones==0.1.13 edx-oauth2-provider==1.2.2 edx-opaque-keys[django]==0.4.4 diff --git a/requirements/edx/testing.in b/requirements/edx/testing.in index 2c644b78ae..11fdc7d599 100644 --- a/requirements/edx/testing.in +++ b/requirements/edx/testing.in @@ -24,7 +24,7 @@ caniusepython3 # Library for checking the ability to upgrade to pytho 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.0.0 # pylint extensions for Open edX repositories +edx-lint==1.1.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 ba777092e5..c211ac2ce7 100644 --- a/requirements/edx/testing.txt +++ b/requirements/edx/testing.txt @@ -133,7 +133,7 @@ edx-django-utils==1.0.3 edx-drf-extensions==2.0.1 edx-enterprise==1.2.10 edx-i18n-tools==0.4.8 -edx-lint==1.0.0 +edx-lint==1.1.0 edx-milestones==0.1.13 edx-oauth2-provider==1.2.2 edx-opaque-keys[django]==0.4.4