This is an automated email from the ASF dual-hosted git repository. not-in-ldap pushed a commit to branch tristan/unpin-coverage in repository https://gitbox.apache.org/repos/asf/buildstream.git
commit bc5f3065d5ecdb365eef82d45c8a7ba896492840 Author: Tristan Van Berkom <[email protected]> AuthorDate: Mon Feb 18 18:51:12 2019 +0900 requirements/dev-requirements.txt: New version requirements Committing the results of `make -C requirements`. --- requirements/dev-requirements.txt | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/requirements/dev-requirements.txt b/requirements/dev-requirements.txt index c34f6db..f59af8d 100644 --- a/requirements/dev-requirements.txt +++ b/requirements/dev-requirements.txt @@ -1,25 +1,27 @@ -coverage==4.4 +coverage==4.5.2 pylint==2.2.2 -pycodestyle==2.4.0 -pytest==4.0.2 +pycodestyle==2.5.0 +pytest==4.2.1 pytest-cov==2.6.1 pytest-datafiles==2.0 pytest-env==0.6.2 -pytest-xdist==1.25.0 +pytest-xdist==1.26.1 pytest-timeout==1.3.3 pyftpdlib==1.5.4 ## The following requirements were added by pip freeze: apipkg==1.5 astroid==2.1.0 -atomicwrites==1.2.1 +atomicwrites==1.3.0 attrs==18.2.0 execnet==1.5.0 isort==4.3.4 lazy-object-proxy==1.3.1 mccabe==0.6.1 -more-itertools==5.0.0 -pluggy==0.8.0 +more-itertools==6.0.0 +pathlib2==2.3.3 +pluggy==0.8.1 py==1.7.0 -pytest-forked==0.2 +pytest-forked==1.0.2 six==1.12.0 -wrapt==1.10.11 +typed-ast==1.3.1 +wrapt==1.11.1
