File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ commands =
32
32
basepython = python3.8
33
33
deps =
34
34
black ==20.8b1
35
- isort ==5.4.2
35
+ isort ==5.6.4
36
36
commands =
37
37
black --check --diff src/ test/ example/ compliance/ bench/
38
38
isort --check --diff src/ test/ example/ compliance/ bench/
@@ -48,13 +48,13 @@ commands =
48
48
[testenv:lint]
49
49
basepython = python3.8
50
50
deps =
51
- prospector ==1.3.0
51
+ prospector ==1.3.1
52
52
commands = prospector
53
53
54
54
[testenv:docs]
55
55
basepython = python3.8
56
56
deps =
57
- sphinx ==3.2 .1
57
+ sphinx ==3.3 .1
58
58
whitelist_externals = make
59
59
changedir = {toxinidir}/docs
60
60
commands =
@@ -64,8 +64,8 @@ commands =
64
64
[testenv:packaging]
65
65
basepython = python3.8
66
66
deps =
67
- check-manifest ==0.42
68
- readme-renderer ==26 .0
67
+ check-manifest ==0.45
68
+ readme-renderer ==28 .0
69
69
twine ==3.2.0
70
70
whitelist_externals = rm
71
71
commands =
You can’t perform that action at this time.
0 commit comments