From 17739d718901a10f7ec0aaf9a6d53141294a347d Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Tue, 9 Nov 2021 11:22:02 +0100 Subject: Leverage latest pylint features MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It adds encoding in all open call and leverage f-strings. Change-Id: I70ccd2bfcadae44929d5874f98fa3bf4ff644488 Signed-off-by: Cédric Ollivier --- upper-constraints.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'upper-constraints.txt') diff --git a/upper-constraints.txt b/upper-constraints.txt index e3e6b640..32e09e1e 100644 --- a/upper-constraints.txt +++ b/upper-constraints.txt @@ -1,8 +1,8 @@ robotframework===4.1.2 -bandit===1.1.0 +bandit===1.7.0 behave===1.2.6 -behave-html-formatter===0.9.4 -pylint===2.9.6 -flake8===3.9.2 +behave-html-formatter===0.9.8 +pylint===2.11.1 +flake8===4.0.1 nose===1.3.7 -ansible-lint===4.3.7 +ansible-lint===5.2.1 -- cgit 1.2.3-korg