Merge pull request #3031 from qutebrowser/pyup-scheduled-update-09-25-2017

Scheduled weekly dependency update for week 39
This commit is contained in:
Florian Bruhin 2017-09-26 08:43:23 +02:00 committed by GitHub
commit b96ba8e41f
4 changed files with 7 additions and 7 deletions

View File

@ -3,6 +3,6 @@
appdirs==1.4.3
packaging==16.8
pyparsing==2.2.0
setuptools==36.2.7
six==1.10.0
wheel==0.29.0
setuptools==36.5.0
six==1.11.0
wheel==0.30.0

View File

@ -11,13 +11,13 @@ fields==5.0.0
Flask==0.12.2
glob2==0.6
hunter==2.0.1
hypothesis==3.28.3
hypothesis==3.30.3
itsdangerous==0.24
# Jinja2==2.9.6
Mako==1.0.7
# MarkupSafe==1.0
parse==1.8.2
parse-type==0.3.4
parse-type==0.4.1
py==1.4.34
py-cpuinfo==3.3.0
pytest==3.2.2

View File

@ -1,6 +1,6 @@
# This file is automatically generated by scripts/dev/recompile_requirements.py
pluggy==0.4.0
pluggy==0.5.2
py==1.4.34
tox==2.8.2
virtualenv==15.1.0

View File

@ -43,7 +43,7 @@ import qutebrowser.app # To register commands
# Set hypothesis settings
hypothesis.settings.register_profile('default',
hypothesis.settings(deadline=400))
hypothesis.settings(deadline=600))
hypothesis.settings.load_profile('default')