Merge pull request #4228 from qutebrowser/pyup-scheduled-update-2018-09-17
Scheduled weekly dependency update for week 37
This commit is contained in:
commit
4c221d60f4
@ -3,6 +3,6 @@
|
|||||||
appdirs==1.4.3
|
appdirs==1.4.3
|
||||||
packaging==17.1
|
packaging==17.1
|
||||||
pyparsing==2.2.0
|
pyparsing==2.2.0
|
||||||
setuptools==40.2.0
|
setuptools==40.3.0
|
||||||
six==1.11.0
|
six==1.11.0
|
||||||
wheel==0.31.1
|
wheel==0.31.1
|
||||||
|
@ -4,4 +4,4 @@ altgraph==0.16.1
|
|||||||
future==0.16.0
|
future==0.16.0
|
||||||
macholib==1.11
|
macholib==1.11
|
||||||
pefile==2018.8.8
|
pefile==2018.8.8
|
||||||
PyInstaller==3.3.1
|
PyInstaller==3.4
|
||||||
|
@ -1,23 +0,0 @@
|
|||||||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
|
||||||
|
|
||||||
asn1crypto==0.24.0
|
|
||||||
-e git+https://github.com/PyCQA/astroid.git#egg=astroid
|
|
||||||
certifi==2018.8.24
|
|
||||||
cffi==1.11.5
|
|
||||||
chardet==3.0.4
|
|
||||||
cryptography==2.3.1
|
|
||||||
github3.py==1.2.0
|
|
||||||
idna==2.7
|
|
||||||
isort==4.3.4
|
|
||||||
jwcrypto==0.5.0
|
|
||||||
lazy-object-proxy==1.3.1
|
|
||||||
mccabe==0.6.1
|
|
||||||
pycparser==2.18
|
|
||||||
-e git+https://github.com/PyCQA/pylint.git#egg=pylint
|
|
||||||
python-dateutil==2.7.3
|
|
||||||
./scripts/dev/pylint_checkers
|
|
||||||
requests==2.19.1
|
|
||||||
six==1.11.0
|
|
||||||
uritemplate==3.0.0
|
|
||||||
urllib3==1.23
|
|
||||||
wrapt==1.10.11
|
|
@ -1,11 +0,0 @@
|
|||||||
-e git+https://github.com/PyCQA/astroid.git#egg=astroid
|
|
||||||
-e git+https://github.com/PyCQA/pylint.git#egg=pylint
|
|
||||||
./scripts/dev/pylint_checkers
|
|
||||||
requests
|
|
||||||
github3.py
|
|
||||||
|
|
||||||
# remove @commit-id for scm installs
|
|
||||||
#@ replace: @.*# #
|
|
||||||
|
|
||||||
# fix qute-pylint location
|
|
||||||
#@ replace: qute-pylint==.* ./scripts/dev/pylint_checkers
|
|
@ -13,7 +13,7 @@ fields==5.0.0
|
|||||||
Flask==1.0.2
|
Flask==1.0.2
|
||||||
glob2==0.6
|
glob2==0.6
|
||||||
hunter==2.0.2
|
hunter==2.0.2
|
||||||
hypothesis==3.70.3
|
hypothesis==3.71.8
|
||||||
itsdangerous==0.24
|
itsdangerous==0.24
|
||||||
# Jinja2==2.10
|
# Jinja2==2.10
|
||||||
Mako==1.0.7
|
Mako==1.0.7
|
||||||
@ -24,10 +24,10 @@ parse-type==0.4.2
|
|||||||
pluggy==0.7.1
|
pluggy==0.7.1
|
||||||
py==1.6.0
|
py==1.6.0
|
||||||
py-cpuinfo==4.0.0
|
py-cpuinfo==4.0.0
|
||||||
pytest==3.6.4 # rq.filter: != 3.7, != 3.7.1, != 3.7.2, != 3.7.3, != 3.7.4
|
pytest==3.6.4 # rq.filter: <3.7
|
||||||
pytest-bdd==2.21.0
|
pytest-bdd==2.21.0
|
||||||
pytest-benchmark==3.1.1
|
pytest-benchmark==3.1.1
|
||||||
pytest-cov==2.5.1
|
pytest-cov==2.6.0
|
||||||
pytest-faulthandler==1.5.0
|
pytest-faulthandler==1.5.0
|
||||||
pytest-instafail==0.4.0
|
pytest-instafail==0.4.0
|
||||||
pytest-mock==1.10.0
|
pytest-mock==1.10.0
|
||||||
|
@ -19,4 +19,4 @@ pytest-xvfb
|
|||||||
vulture
|
vulture
|
||||||
|
|
||||||
#@ ignore: Jinja2, MarkupSafe, colorama
|
#@ ignore: Jinja2, MarkupSafe, colorama
|
||||||
#@ filter: pytest != 3.7, != 3.7.1, != 3.7.2, != 3.7.3, != 3.7.4
|
#@ filter: pytest <3.7
|
||||||
|
@ -3,5 +3,6 @@
|
|||||||
pluggy==0.7.1
|
pluggy==0.7.1
|
||||||
py==1.6.0
|
py==1.6.0
|
||||||
six==1.11.0
|
six==1.11.0
|
||||||
tox==3.2.1
|
toml==0.9.6
|
||||||
|
tox==3.3.0
|
||||||
virtualenv==16.0.0
|
virtualenv==16.0.0
|
||||||
|
Loading…
Reference in New Issue
Block a user