Merge pull request #3898 from qutebrowser/pyup-scheduled-update-2018-05-07
Scheduled weekly dependency update for week 18
This commit is contained in:
commit
d194a8ddb0
@ -1,9 +1,9 @@
|
|||||||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||||
|
|
||||||
attrs==17.4.0
|
attrs==18.1.0
|
||||||
flake8==3.5.0
|
flake8==3.5.0
|
||||||
flake8-bugbear==18.2.0
|
flake8-bugbear==18.2.0
|
||||||
flake8-builtins==1.3.1
|
flake8-builtins==1.3.1 # rq.filter: != 1.4.0
|
||||||
flake8-comprehensions==1.4.1
|
flake8-comprehensions==1.4.1
|
||||||
flake8-copyright==0.2.0
|
flake8-copyright==0.2.0
|
||||||
flake8-debugger==3.1.0
|
flake8-debugger==3.1.0
|
||||||
@ -18,7 +18,7 @@ flake8-tidy-imports==1.1.0
|
|||||||
flake8-tuple==0.2.13
|
flake8-tuple==0.2.13
|
||||||
mccabe==0.6.1
|
mccabe==0.6.1
|
||||||
pathmatch==0.2.1
|
pathmatch==0.2.1
|
||||||
pep8-naming==0.5.0
|
pep8-naming==0.6.1
|
||||||
pycodestyle==2.3.1 # rq.filter: < 2.4.0
|
pycodestyle==2.3.1 # rq.filter: < 2.4.0
|
||||||
pydocstyle==2.1.1
|
pydocstyle==2.1.1
|
||||||
pyflakes==1.6.0
|
pyflakes==1.6.0
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
flake8
|
flake8
|
||||||
flake8-bugbear
|
flake8-bugbear
|
||||||
flake8-builtins
|
flake8-builtins!=1.4.0
|
||||||
flake8-comprehensions
|
flake8-comprehensions
|
||||||
flake8-copyright
|
flake8-copyright
|
||||||
flake8-debugger
|
flake8-debugger
|
||||||
@ -18,3 +18,6 @@ pyflakes
|
|||||||
|
|
||||||
# https://github.com/PyCQA/pycodestyle/issues/741
|
# https://github.com/PyCQA/pycodestyle/issues/741
|
||||||
#@ filter: pycodestyle < 2.4.0
|
#@ filter: pycodestyle < 2.4.0
|
||||||
|
|
||||||
|
# https://github.com/gforcada/flake8-builtins/issues/36
|
||||||
|
#@ filter: flake8-builtins != 1.4.0
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||||
|
|
||||||
attrs==17.4.0
|
attrs==18.1.0
|
||||||
beautifulsoup4==4.6.0
|
beautifulsoup4==4.6.0
|
||||||
cheroot==6.2.4
|
cheroot==6.2.4
|
||||||
click==6.7
|
click==6.7
|
||||||
@ -8,7 +8,7 @@ click==6.7
|
|||||||
coverage==4.5.1
|
coverage==4.5.1
|
||||||
EasyProcess==0.2.3
|
EasyProcess==0.2.3
|
||||||
fields==5.0.0
|
fields==5.0.0
|
||||||
Flask==1.0.1
|
Flask==1.0.2
|
||||||
glob2==0.6
|
glob2==0.6
|
||||||
hunter==2.0.2
|
hunter==2.0.2
|
||||||
hypothesis==3.56.5
|
hypothesis==3.56.5
|
||||||
@ -28,7 +28,7 @@ pytest-benchmark==3.1.1
|
|||||||
pytest-cov==2.5.1
|
pytest-cov==2.5.1
|
||||||
pytest-faulthandler==1.5.0
|
pytest-faulthandler==1.5.0
|
||||||
pytest-instafail==0.3.0
|
pytest-instafail==0.3.0
|
||||||
pytest-mock==1.9.0
|
pytest-mock==1.10.0
|
||||||
pytest-qt==2.3.1
|
pytest-qt==2.3.1
|
||||||
pytest-repeat==0.4.1
|
pytest-repeat==0.4.1
|
||||||
pytest-rerunfailures==4.0
|
pytest-rerunfailures==4.0
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||||
|
|
||||||
attrs==17.4.0
|
attrs==18.1.0
|
||||||
colorama==0.3.9
|
colorama==0.3.9
|
||||||
cssutils==1.0.2
|
cssutils==1.0.2
|
||||||
Jinja2==2.10
|
Jinja2==2.10
|
||||||
|
Loading…
Reference in New Issue
Block a user