Merge pull request #3252 from qutebrowser/pyup-scheduled-update-11-06-2017
Scheduled weekly dependency update for week 45
This commit is contained in:
commit
73a6b6b730
@ -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
|
||||||
|
|
||||||
certifi==2017.7.27.1
|
certifi==2017.11.5
|
||||||
chardet==3.0.4
|
chardet==3.0.4
|
||||||
codecov==2.0.9
|
codecov==2.0.9
|
||||||
coverage==4.4.1
|
coverage==4.4.2
|
||||||
idna==2.6
|
idna==2.6
|
||||||
requests==2.18.4
|
requests==2.18.4
|
||||||
urllib3==1.22
|
urllib3==1.22
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
flake8==2.6.2 # rq.filter: < 3.0.0
|
flake8==2.6.2 # rq.filter: < 3.0.0
|
||||||
flake8-copyright==0.2.0
|
flake8-copyright==0.2.0
|
||||||
flake8-debugger==1.4.0 # rq.filter: != 2.0.0
|
flake8-debugger==3.0.0
|
||||||
flake8-deprecated==1.2.1
|
flake8-deprecated==1.2.1 # rq.filter: < 1.3
|
||||||
flake8-docstrings==1.0.3 # rq.filter: < 1.1.0
|
flake8-docstrings==1.0.3 # rq.filter: < 1.1.0
|
||||||
flake8-future-import==0.4.3
|
flake8-future-import==0.4.3
|
||||||
flake8-mock==0.3
|
flake8-mock==0.3
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
flake8<3.0.0
|
flake8<3.0.0
|
||||||
flake8-copyright
|
flake8-copyright
|
||||||
flake8-debugger!=2.0.0
|
flake8-debugger
|
||||||
flake8-deprecated
|
flake8-deprecated<1.3
|
||||||
flake8-docstrings<1.1.0
|
flake8-docstrings<1.1.0
|
||||||
flake8-future-import
|
flake8-future-import
|
||||||
flake8-mock
|
flake8-mock
|
||||||
@ -24,6 +24,4 @@ mccabe==0.6.1
|
|||||||
#@ filter: pydocstyle < 2.0.0
|
#@ filter: pydocstyle < 2.0.0
|
||||||
#@ filter: flake8-docstrings < 1.1.0
|
#@ filter: flake8-docstrings < 1.1.0
|
||||||
#@ filter: flake8-pep3101 < 1.1
|
#@ filter: flake8-pep3101 < 1.1
|
||||||
|
#@ filter: flake8-deprecated < 1.3
|
||||||
# https://github.com/JBKahn/flake8-debugger/issues/5
|
|
||||||
#@ filter: flake8-debugger != 2.0.0
|
|
||||||
|
@ -3,5 +3,5 @@
|
|||||||
altgraph==0.14
|
altgraph==0.14
|
||||||
future==0.16.0
|
future==0.16.0
|
||||||
macholib==1.8
|
macholib==1.8
|
||||||
pefile==2017.9.3
|
pefile==2017.11.5
|
||||||
-e git+https://github.com/pyinstaller/pyinstaller.git@develop#egg=PyInstaller
|
-e git+https://github.com/pyinstaller/pyinstaller.git@develop#egg=PyInstaller
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||||
|
|
||||||
-e git+https://github.com/PyCQA/astroid.git#egg=astroid
|
-e git+https://github.com/PyCQA/astroid.git#egg=astroid
|
||||||
certifi==2017.7.27.1
|
certifi==2017.11.5
|
||||||
chardet==3.0.4
|
chardet==3.0.4
|
||||||
github3.py==0.9.6
|
github3.py==0.9.6
|
||||||
idna==2.6
|
idna==2.6
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||||
|
|
||||||
astroid==1.5.3
|
astroid==1.5.3
|
||||||
certifi==2017.7.27.1
|
certifi==2017.11.5
|
||||||
chardet==3.0.4
|
chardet==3.0.4
|
||||||
github3.py==0.9.6
|
github3.py==0.9.6
|
||||||
idna==2.6
|
idna==2.6
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||||
|
|
||||||
PyQt5==5.9
|
PyQt5==5.9 # rq.filter: != 5.9.1
|
||||||
sip==4.19.3
|
sip==4.19.5
|
||||||
|
@ -1 +1,3 @@
|
|||||||
PyQt5
|
#@ filter: PyQt5 != 5.9.1
|
||||||
|
|
||||||
|
PyQt5==5.9
|
@ -5,13 +5,13 @@ beautifulsoup4==4.6.0
|
|||||||
cheroot==5.8.3
|
cheroot==5.8.3
|
||||||
click==6.7
|
click==6.7
|
||||||
# colorama==0.3.9
|
# colorama==0.3.9
|
||||||
coverage==4.4.1
|
coverage==4.4.2
|
||||||
EasyProcess==0.2.3
|
EasyProcess==0.2.3
|
||||||
fields==5.0.0
|
fields==5.0.0
|
||||||
Flask==0.12.2
|
Flask==0.12.2
|
||||||
glob2==0.6
|
glob2==0.6
|
||||||
hunter==2.0.1
|
hunter==2.0.1
|
||||||
hypothesis==3.33.0
|
hypothesis==3.36.0
|
||||||
itsdangerous==0.24
|
itsdangerous==0.24
|
||||||
# Jinja2==2.9.6
|
# Jinja2==2.9.6
|
||||||
Mako==1.0.7
|
Mako==1.0.7
|
||||||
@ -21,7 +21,7 @@ parse-type==0.4.2
|
|||||||
py==1.4.34
|
py==1.4.34
|
||||||
py-cpuinfo==3.3.0
|
py-cpuinfo==3.3.0
|
||||||
pytest==3.2.3
|
pytest==3.2.3
|
||||||
pytest-bdd==2.18.2
|
pytest-bdd==2.19.0
|
||||||
pytest-benchmark==3.1.1
|
pytest-benchmark==3.1.1
|
||||||
pytest-catchlog==1.2.2
|
pytest-catchlog==1.2.2
|
||||||
pytest-cov==2.5.1
|
pytest-cov==2.5.1
|
||||||
|
Loading…
Reference in New Issue
Block a user