Skip to content

Commit 250c6f3

Browse files
pyup-botDEKHTIARJonathan
authored andcommitted
Initial Update (#524)
* Pin pycodestyle to latest version 2.4.0 * Pin pytest to latest version 3.5.0 * Pin yapf to latest version 0.21.0 * Update requirements.txt
1 parent 6d7cc29 commit 250c6f3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
keras>=2.1,<2.2
2-
pycodestyle<2.4.0,>=2.0.0
2+
pycodestyle>=2.4,<2.5
33
pydocstyle>=2.1,<2.2
4-
pytest>=3.4,<3.5
4+
pytest>=3.5,<3.6
55
pytest-cache>=1.0,<1.1
66
pytest-cov>=2.5,<2.6
77
pytest-xdist>=1.22,<1.23
88
sphinx>=1.7,<1.8
9-
yapf>=0.20,<0.21
9+
yapf>=0.21,<0.22

0 commit comments

Comments
 (0)