From bec1cbde23681595952b3604448b323000a2b49e Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Thu, 12 Aug 2021 10:28:03 +0200 Subject: Update pylint to 2.9.6 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It stops filtering upper constraints by versions as python 2 (and 3.5) dropped. Change-Id: Ieb96d068ebda813e020a093f3291b4a9526402e4 Signed-off-by: Cédric Ollivier --- upper-constraints.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'upper-constraints.txt') diff --git a/upper-constraints.txt b/upper-constraints.txt index 7478b7eb..da4ba99c 100644 --- a/upper-constraints.txt +++ b/upper-constraints.txt @@ -1,9 +1,8 @@ robotframework===3.1.1 bandit===1.1.0 behave===1.2.6 -behave-html-formatter===0.9.4;python_version>='3.5' -pylint===1.9.5;python_version=='2.7' -pylint===2.4.4;python_version=='3.9' +behave-html-formatter===0.9.4 +pylint===2.9.6 flake8===3.9.2 nose===1.3.7 ansible-lint===4.3.7 -- cgit 1.2.3-korg