diff options
author | Benjamin Schubert <contact@benschubert.me> | 2020-03-20 16:19:52 +0000 |
---|---|---|
committer | bst-marge-bot <marge-bot@buildstream.build> | 2020-05-11 16:27:12 +0000 |
commit | f5e8a54f095f28870d4c483ca56cc1abc01a2229 (patch) | |
tree | dff602ed10db0d5e11e625d60045a7ded826767c /requirements/dev-requirements.txt | |
parent | db2039fe2f333bc33342b4168910b7ed0a626bbd (diff) | |
download | buildstream-f5e8a54f095f28870d4c483ca56cc1abc01a2229.tar.gz |
Update all packages requirements
Also fix linting errors coming with new version of pylint
Diffstat (limited to 'requirements/dev-requirements.txt')
-rw-r--r-- | requirements/dev-requirements.txt | 37 |
1 files changed, 20 insertions, 17 deletions
diff --git a/requirements/dev-requirements.txt b/requirements/dev-requirements.txt index 15e9b30a6..5a8ab1863 100644 --- a/requirements/dev-requirements.txt +++ b/requirements/dev-requirements.txt @@ -1,29 +1,32 @@ -pexpect==4.7.0 -pylint==2.4.4 -pytest==5.3.1 +pexpect==4.8.0 +pylint==2.5.2 +# Pytest 5.4.0 and 5.4.1 have a bug with --basetemp and xdist +# We should not install those +pytest==5.4.2 pytest-datafiles==2.0 pytest-env==0.6.2 -pytest-xdist==1.30.0 -pytest-timeout==1.3.3 -pyftpdlib==1.5.5 +pytest-xdist==1.32.0 +pytest-timeout==1.3.4 +pyftpdlib==1.5.6 ## The following requirements were added by pip freeze: apipkg==1.5 -astroid==2.3.3 +astroid==2.4.1 attrs==19.3.0 execnet==1.7.1 -importlib-metadata==1.1.0 +importlib-metadata==1.6.0 isort==4.3.21 lazy-object-proxy==1.4.3 mccabe==0.6.1 -more-itertools==8.0.0 -packaging==19.2 +more-itertools==8.2.0 +packaging==20.3 pluggy==0.13.1 ptyprocess==0.6.0 -py==1.8.0 -pyparsing==2.4.5 +py==1.8.1 +pyparsing==2.4.7 pytest-forked==1.1.3 -six==1.13.0 -typed-ast==1.4.0 -wcwidth==0.1.7 -wrapt==1.11.2 -zipp==0.6.0 +six==1.14.0 +toml==0.10.0 +typed-ast==1.4.1 +wcwidth==0.1.9 +wrapt==1.12.1 +zipp==3.1.0 |