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
This commit is contained in:
manchandavishal 2021-02-03 14:53:15 +00:00 committed by Vishal Manchanda
parent a18091a868
commit 312064be40
2 changed files with 2 additions and 3 deletions

View File

@ -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

View File

@ -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