Update dependencies

Closes #2985
This commit is contained in:
Florian Bruhin 2017-09-19 10:41:57 +02:00
parent 55a4eb18f2
commit 59236802c1
7 changed files with 19 additions and 15 deletions

View File

@ -20,4 +20,4 @@ pycodestyle==2.3.1
pydocstyle==1.1.1 # rq.filter: < 2.0.0
pyflakes==1.6.0
pyparsing==2.2.0
six==1.10.0
six==1.11.0

View File

@ -1,3 +1,7 @@
# This file is automatically generated by scripts/dev/recompile_requirements.py
altgraph==0.14
future==0.16.0
macholib==1.8
pefile==2017.9.3
-e git+https://github.com/pyinstaller/pyinstaller.git@develop#egg=PyInstaller

View File

@ -11,7 +11,7 @@ mccabe==0.6.1
-e git+https://github.com/PyCQA/pylint.git#egg=pylint
./scripts/dev/pylint_checkers
requests==2.18.4
six==1.10.0
six==1.11.0
uritemplate==3.0.0
uritemplate.py==3.0.2
urllib3==1.22

View File

@ -11,7 +11,7 @@ mccabe==0.6.1
pylint==1.7.2
./scripts/dev/pylint_checkers
requests==2.18.4
six==1.10.0
six==1.11.0
uritemplate==3.0.0
uritemplate.py==3.0.2
urllib3==1.22

View File

@ -1,18 +1,17 @@
# This file is automatically generated by scripts/dev/recompile_requirements.py
attrs==17.2.0
beautifulsoup4==4.6.0
cheroot==5.8.3
click==6.7
# colorama==0.3.9
coverage==4.4.1
decorator==4.1.2
EasyProcess==0.2.3
fields==5.0.0
Flask==0.12.2
glob2==0.6
httpbin==0.5.0
hunter==1.4.1
hypothesis==3.19.1
hunter==2.0.1
hypothesis==3.28.3
itsdangerous==0.24
# Jinja2==2.9.6
Mako==1.0.7
@ -20,20 +19,21 @@ Mako==1.0.7
parse==1.8.2
parse-type==0.3.4
py==1.4.34
pytest==3.2.1
py-cpuinfo==3.3.0
pytest==3.2.2
pytest-bdd==2.18.2
pytest-benchmark==3.1.1
pytest-catchlog==1.2.2
pytest-cov==2.5.1
pytest-faulthandler==1.3.1
pytest-instafail==0.3.0
pytest-mock==1.6.2
pytest-qt==2.1.2
pytest-mock==1.6.3
pytest-qt==2.2.0
pytest-repeat==0.4.1
pytest-rerunfailures==3.0
pytest-rerunfailures==3.1
pytest-travis-fold==1.2.0
pytest-xvfb==1.0.0
PyVirtualDisplay==0.2.1
six==1.10.0
vulture==0.25
six==1.11.0
vulture==0.26
Werkzeug==0.12.2

View File

@ -2,5 +2,5 @@
pluggy==0.4.0
py==1.4.34
tox==2.7.0
tox==2.8.2
virtualenv==15.1.0

View File

@ -1,3 +1,3 @@
# This file is automatically generated by scripts/dev/recompile_requirements.py
vulture==0.25
vulture==0.26