Skip to content

Commit dbb04b1

Browse files
authored
[requires.io] dependency update on master branch (#143)
1 parent 2902baa commit dbb04b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ passenv =
1414
deps =
1515
pytest==6.0.1
1616
pytest-cov==2.10.1
17-
pytest-xdist==2.0.0
17+
pytest-xdist==2.1.0
1818
commands =
1919
pytest --cov-report=xml --cov-report=term --cov=wsproto {posargs}
2020

@@ -30,7 +30,7 @@ commands =
3030
[testenv:format]
3131
basepython = python3.8
3232
deps =
33-
black==19.10b0
33+
black==20.8b1
3434
isort==5.4.2
3535
commands =
3636
black --check --diff src/ test/ example/ compliance/

0 commit comments

Comments
 (0)