Tristan Van Berkom pushed to branch tristan/unpin-coverage at BuildStream / buildstream
Commits:
-
bc5f3065
by Tristan Van Berkom at 2019-02-18T10:21:10Z
1 changed file:
Changes:
1 |
-coverage==4.4
|
|
1 |
+coverage==4.5.2
|
|
2 | 2 |
pylint==2.2.2
|
3 |
-pycodestyle==2.4.0
|
|
4 |
-pytest==4.0.2
|
|
3 |
+pycodestyle==2.5.0
|
|
4 |
+pytest==4.2.1
|
|
5 | 5 |
pytest-cov==2.6.1
|
6 | 6 |
pytest-datafiles==2.0
|
7 | 7 |
pytest-env==0.6.2
|
8 |
-pytest-xdist==1.25.0
|
|
8 |
+pytest-xdist==1.26.1
|
|
9 | 9 |
pytest-timeout==1.3.3
|
10 | 10 |
pyftpdlib==1.5.4
|
11 | 11 |
## The following requirements were added by pip freeze:
|
12 | 12 |
apipkg==1.5
|
13 | 13 |
astroid==2.1.0
|
14 |
-atomicwrites==1.2.1
|
|
14 |
+atomicwrites==1.3.0
|
|
15 | 15 |
attrs==18.2.0
|
16 | 16 |
execnet==1.5.0
|
17 | 17 |
isort==4.3.4
|
18 | 18 |
lazy-object-proxy==1.3.1
|
19 | 19 |
mccabe==0.6.1
|
20 |
-more-itertools==5.0.0
|
|
21 |
-pluggy==0.8.0
|
|
20 |
+more-itertools==6.0.0
|
|
21 |
+pathlib2==2.3.3
|
|
22 |
+pluggy==0.8.1
|
|
22 | 23 |
py==1.7.0
|
23 |
-pytest-forked==0.2
|
|
24 |
+pytest-forked==1.0.2
|
|
24 | 25 |
six==1.12.0
|
25 |
-wrapt==1.10.11
|
|
26 |
+typed-ast==1.3.1
|
|
27 |
+wrapt==1.11.1
|