diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-11-09 11:22:02 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-11-09 13:21:47 +0100 |
commit | 17739d718901a10f7ec0aaf9a6d53141294a347d (patch) | |
tree | a98e6d09a42016ceec90713adac681918a4a9c62 /upper-constraints.txt | |
parent | 92681911699428a87ea56c0263832b96a93da3da (diff) |
Leverage latest pylint features
It adds encoding in all open call and leverage f-strings.
Change-Id: I70ccd2bfcadae44929d5874f98fa3bf4ff644488
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'upper-constraints.txt')
-rw-r--r-- | upper-constraints.txt | 10 |
1 files changed, 5 insertions, 5 deletions
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 |