From 312064be4042485e6897f0b26672a81f4086354e Mon Sep 17 00:00:00 2001 From: manchandavishal Date: Wed, 3 Feb 2021 14:53:15 +0000 Subject: [PATCH] Bump pylint version to fix pep8 job This patch upadte pylint version to 2.6.0 in test-requirements.txt and wrapt version to 1.11 to fix CI jobs. Change-Id: Iba2a2321ee2ff459466918150d825c55c2596473 --- lower-constraints.txt | 2 +- test-requirements.txt | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/lower-constraints.txt b/lower-constraints.txt index 03fc69f..497758a 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -49,4 +49,4 @@ testrepository==0.0.18 testtools==2.2.0 traceback2==1.4.0 urllib3==1.22 -wrapt==1.10.11 +wrapt==1.11 diff --git a/test-requirements.txt b/test-requirements.txt index 6d39eaf..bd38b42 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -9,6 +9,5 @@ oslo.config>=5.2.0 # Apache-2.0 testrepository>=0.0.18 # Apache-2.0/BSD testtools>=2.2.0 # MIT sphinx>=2.0.0,!=2.1.0 # BSD -astroid==2.1.0 # LGPLv2.1 -pylint==2.3.1 # GPLv2 +pylint>=2.6.0 # GPLv2