File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ commands =
3232basepython = python3.8
3333deps =
3434 black ==20.8b1
35- isort ==5.4.2
35+ isort ==5.6.4
3636commands =
3737 black --check --diff src/ test/ example/ compliance/ bench/
3838 isort --check --diff src/ test/ example/ compliance/ bench/
@@ -48,13 +48,13 @@ commands =
4848[testenv:lint]
4949basepython = python3.8
5050deps =
51- prospector ==1.3.0
51+ prospector ==1.3.1
5252commands = prospector
5353
5454[testenv:docs]
5555basepython = python3.8
5656deps =
57- sphinx ==3.2 .1
57+ sphinx ==3.3 .1
5858whitelist_externals = make
5959changedir = {toxinidir}/docs
6060commands =
@@ -64,8 +64,8 @@ commands =
6464[testenv:packaging]
6565basepython = python3.8
6666deps =
67- check-manifest ==0.42
68- readme-renderer ==26 .0
67+ check-manifest ==0.45
68+ readme-renderer ==28 .0
6969 twine ==3.2.0
7070whitelist_externals = rm
7171commands =
You can’t perform that action at this time.
0 commit comments