Skip to content

Commit

Permalink
Merge pull request #3031 from qutebrowser/pyup-scheduled-update-09-25…
Browse files Browse the repository at this point in the history
…-2017

Scheduled weekly dependency update for week 39
  • Loading branch information
The-Compiler committed Sep 26, 2017
2 parents dba6311 + 5a08020 commit b96ba8e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions misc/requirements/requirements-pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions misc/requirements/requirements-tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion misc/requirements/requirements-tox.txt
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

# Set hypothesis settings
hypothesis.settings.register_profile('default',
hypothesis.settings(deadline=400))
hypothesis.settings(deadline=600))
hypothesis.settings.load_profile('default')


Expand Down

0 comments on commit b96ba8e

Please sign in to comment.