diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-04-19 13:27:13 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-04-19 13:28:19 +0000 |
commit | a4dc387bfbc56ba97701bfdde34b033ada9bb5c1 (patch) | |
tree | 3e2e000f25057e78e8789657216afe02f28d9946 /test-requirements.txt | |
parent | Releasing debian version 0.15.0-1. (diff) | |
download | gitlint-a4dc387bfbc56ba97701bfdde34b033ada9bb5c1.tar.xz gitlint-a4dc387bfbc56ba97701bfdde34b033ada9bb5c1.zip |
Merging upstream version 0.15.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | test-requirements.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/test-requirements.txt b/test-requirements.txt index 10ca287..b766a0b 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,8 +1,8 @@ -flake8==3.8.4 -coverage==5.3 -python-coveralls==2.9.2 -radon==4.3.2 +flake8==3.9.1 +coverage==5.5 +python-coveralls==2.9.3 +radon==4.5.0 flake8-polyfill==1.0.2 # Required when installing both flake8 and radon>=4.3.1 -pytest==6.1.2; -pylint==2.6.0; +pytest==6.2.3; +pylint==2.7.4; -e . |