We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 00d6dbd + 2cf1470 commit 4db10e6Copy full SHA for 4db10e6
1 file changed
tox.ini
@@ -31,7 +31,7 @@ basepython =
31
pypy3: pypy3
32
33
deps =
34
- test: coverage==4.5.4
+ test: coverage==4.5.4 # rq.filter: <5
35
test: idna==2.8
36
test: typing==3.7.4.1
37
test: {py26,py27,py34}: pytest==4.6.9
@@ -78,7 +78,7 @@ basepython = python3.8
78
skip_install = True
79
80
81
- flake8-bugbear==20.1.2
+ flake8-bugbear==20.1.3
82
#flake8-docstrings==1.5.0
83
flake8==3.7.9
84
mccabe==0.6.1
0 commit comments