Skip to content

Commit 280fe26

Browse files
committed
bump dev dependencies
1 parent 99e5658 commit 280fe26

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

tox.ini

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ python =
1212
passenv =
1313
GITHUB_*
1414
deps =
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
2020
commands =
@@ -33,7 +33,7 @@ commands = flake8 --max-complexity 10 src test utils
3333
[testenv:docs]
3434
basepython = python3.8
3535
deps =
36-
sphinx==3.1.2
36+
sphinx==3.2.1
3737
changedir = {toxinidir}/docs
3838
whitelist_externals = rm
3939
commands =
@@ -43,8 +43,8 @@ commands =
4343
[testenv:packaging]
4444
basepython = python3.8
4545
deps =
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
4949
commands =
5050
check-manifest
@@ -54,7 +54,7 @@ commands =
5454
[testenv:bench]
5555
deps =
5656
{[testenv]deps}
57-
pytest-benchmark==3.1.1
57+
pytest-benchmark==3.2.3
5858
commands =
5959
pytest {toxinidir}/bench/ --benchmark-only --benchmark-group-by=name --benchmark-autosave --benchmark-compare --benchmark-min-rounds=500000
6060

0 commit comments

Comments
 (0)