Skip to content

Commit 82abce8

Browse files
glyphpgjones
authored andcommitted
[requires.io] dependency update on master branch (#137)
* [requires.io] dependency update
1 parent 2d53afb commit 82abce8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

test_requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pytest==4.2.0
2-
pytest-cov==2.6.1
3-
pytest-xdist==1.26.1
4-
coverage==4.5.2
1+
pytest==4.5.0
2+
pytest-cov==2.7.1
3+
pytest-xdist==1.28.0
4+
coverage==4.5.3

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ commands =
1818

1919
[testenv:lint]
2020
basepython=python3.7
21-
deps = flake8==3.7.3
21+
deps = flake8==3.7.7
2222
commands = flake8 --max-complexity 10 hyperframe test

0 commit comments

Comments
 (0)