diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-10-13 05:34:54 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-10-13 05:34:54 +0000 |
commit | b8d423e7d13686d6627571d6c4adf12661d82147 (patch) | |
tree | 11d64ff26fb53c3c01ee35d062ca0c51fb883550 /test-requirements.txt | |
parent | Adding upstream version 0.15.1. (diff) | |
download | gitlint-7f9eae8e5939f911ce10870f5e2caaae6d546b7f.tar.xz gitlint-7f9eae8e5939f911ce10870f5e2caaae6d546b7f.zip |
Adding upstream version 0.16.0.upstream/0.16.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'test-requirements.txt')
-rw-r--r-- | test-requirements.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test-requirements.txt b/test-requirements.txt index b766a0b..30b3073 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,8 +1,8 @@ -flake8==3.9.1 -coverage==5.5 +flake8==3.9.2 +coverage==6.0 python-coveralls==2.9.3 -radon==4.5.0 +radon==5.1.0 flake8-polyfill==1.0.2 # Required when installing both flake8 and radon>=4.3.1 -pytest==6.2.3; -pylint==2.7.4; +pytest==6.2.5; +pylint==2.11.1; -e . |