Skip to content

Commit 5efce43

Browse files
pyup-botsamuelcolvin
authored andcommitted
Initial Update (#2)
* Update flake8 from 3.3.0 to 3.4.1 * Update mypy from 0.511 to 0.521 * Update pyflakes from 1.5.0 to 1.6.0 * Update pytest from 3.1.3 to 3.2.2 * Update pytest-mock from 1.6.0 to 1.6.2 * Update pytest-sugar from 0.8.0 to 0.9.0
1 parent 3d9d047 commit 5efce43

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tests/requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
coverage==4.4.1
22
docutils==0.14
3-
flake8==3.3.0
3+
flake8==3.4.1
44
isort==4.2.15
5-
mypy==0.511
5+
mypy==0.521
66
pycodestyle==2.3.1
7-
pyflakes==1.5.0
7+
pyflakes==1.6.0
88
Pygments==2.2.0
9-
pytest==3.1.3
9+
pytest==3.2.2
1010
pytest-cov==2.5.1
1111
pytest-isort==0.1.0
12-
pytest-mock==1.6.0
13-
pytest-sugar==0.8.0
12+
pytest-mock==1.6.2
13+
pytest-sugar==0.9.0
1414
pytest-toolbox==0.2
1515
numpy # pyup: ignore

0 commit comments

Comments
 (0)