File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ python =
1212passenv =
1313 GITHUB_*
1414deps =
15- pytest ==5.4.3
16- pytest-cov ==2.10.0
17- pytest-xdist ==1.33 .0
15+ pytest ==6.0.1
16+ pytest-cov ==2.10.1
17+ pytest-xdist ==2.0 .0
1818 hypothesis>=5.5,<6
1919 attrs ==19.3.0
2020commands =
@@ -33,7 +33,7 @@ commands = flake8 --max-complexity 10 src test utils
3333[testenv:docs]
3434basepython = python3.8
3535deps =
36- sphinx ==3.1.2
36+ sphinx ==3.2.1
3737changedir = {toxinidir}/docs
3838whitelist_externals = rm
3939commands =
@@ -43,8 +43,8 @@ commands =
4343[testenv:packaging]
4444basepython = python3.8
4545deps =
46- check-manifest ==0.41
47- readme-renderer ==25 .0
46+ check-manifest ==0.42
47+ readme-renderer ==26 .0
4848 twine ==3.2.0
4949commands =
5050 check-manifest
@@ -54,7 +54,7 @@ commands =
5454[testenv:bench]
5555deps =
5656 {[testenv]deps}
57- pytest-benchmark ==3.1.1
57+ pytest-benchmark ==3.2.3
5858commands =
5959 pytest {toxinidir}/bench/ --benchmark-only --benchmark-group-by =name --benchmark-autosave --benchmark-compare --benchmark-min-rounds =500000
6060
You can’t perform that action at this time.
0 commit comments