Skip to content

Commit 0e9fa2c

Browse files
committed
bump dev dependencies
1 parent c243731 commit 0e9fa2c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tox.ini

Lines changed: 5 additions & 5 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
commands =
1919
pytest --cov-report=xml --cov-report=term --cov=wsproto {posargs}
2020

@@ -31,7 +31,7 @@ commands =
3131
basepython = python3.8
3232
deps =
3333
black==19.10b0
34-
isort==5.0.3
34+
isort==5.4.2
3535
commands =
3636
black --check --diff src/ test/ example/ compliance/
3737
isort --check --diff src/ test/ example/ compliance/
@@ -52,7 +52,7 @@ commands = prospector
5252
[testenv:docs]
5353
basepython = python3.8
5454
deps =
55-
sphinx==3.1.2
55+
sphinx==3.2.1
5656
whitelist_externals = make
5757
changedir = {toxinidir}/docs
5858
commands =

0 commit comments

Comments
 (0)