diff options
-rw-r--r-- | test-requirements.txt | 2 | ||||
-rw-r--r-- | upper-constraints.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test-requirements.txt b/test-requirements.txt index 28f97df4..aca261e3 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4,7 +4,7 @@ coverage!=4.4 # Apache-2.0 mock!=4.0.0,!=4.0.1 # BSD nose # LGPL -flake8<2.6.0,>=2.5.4 # MIT +flake8 # MIT pylint # GPLv2 sphinx!=1.6.6,!=1.6.7,!=2.1.0,!=3.0.0 # BSD sphinx-rtd-theme diff --git a/upper-constraints.txt b/upper-constraints.txt index 6aca7c83..ee04cbc5 100644 --- a/upper-constraints.txt +++ b/upper-constraints.txt @@ -4,6 +4,6 @@ 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.8' -flake8===3.7.9 +flake8===3.9.2 nose===1.3.7 ansible-lint===4.3.7 |