diff --git a/README.asciidoc b/README.asciidoc index 48603d2be..a87165366 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -109,7 +109,7 @@ The following software and libraries are required to run qutebrowser: link:https://github.com/annulen/webkit/wiki[updated fork] (5.212) is supported * http://www.riverbankcomputing.com/software/pyqt/intro[PyQt] 5.7.0 or newer - (5.9 recommended) for Python 3 + (5.9.2 recommended) for Python 3 * https://pypi.python.org/pypi/setuptools/[pkg_resources/setuptools] * http://fdik.org/pyPEG/[pyPEG2] * http://jinja.pocoo.org/[jinja2] diff --git a/misc/requirements/requirements-pyqt.txt b/misc/requirements/requirements-pyqt.txt index 0ced8d869..5a08f2f73 100644 --- a/misc/requirements/requirements-pyqt.txt +++ b/misc/requirements/requirements-pyqt.txt @@ -1,4 +1,4 @@ # This file is automatically generated by scripts/dev/recompile_requirements.py -PyQt5==5.9 # rq.filter: != 5.9.1 -sip==4.19.5 +PyQt5==5.9.2 +sip==4.19.6 diff --git a/misc/requirements/requirements-pyqt.txt-raw b/misc/requirements/requirements-pyqt.txt-raw index bca0092dc..37a69c45a 100644 --- a/misc/requirements/requirements-pyqt.txt-raw +++ b/misc/requirements/requirements-pyqt.txt-raw @@ -1,3 +1 @@ -#@ filter: PyQt5 != 5.9.1 - -PyQt5==5.9 \ No newline at end of file +PyQt5 \ No newline at end of file diff --git a/tox.ini b/tox.ini index 662496f88..c0395a621 100644 --- a/tox.ini +++ b/tox.ini @@ -86,7 +86,7 @@ setenv = passenv = {[testenv]passenv} deps = {[testenv]deps} - PyQt5==5.9 + PyQt5==5.9.2 commands = {envpython} -bb -m pytest {posargs:tests} [testenv:py36-pyqt59] @@ -97,7 +97,7 @@ setenv = passenv = {[testenv]passenv} deps = {[testenv]deps} - PyQt5==5.9 + PyQt5==5.9.2 commands = {envpython} -bb -m pytest {posargs:tests} # test envs with coverage @@ -110,7 +110,7 @@ setenv = passenv = {[testenv]passenv} deps = {[testenv]deps} - PyQt5==5.9 + PyQt5==5.9.2 commands = {envpython} -bb -m pytest --cov --cov-report xml --cov-report=html --cov-report= {posargs:tests} {envpython} scripts/dev/check_coverage.py {posargs} @@ -123,7 +123,7 @@ setenv = passenv = {[testenv]passenv} deps = {[testenv]deps} - PyQt5==5.9 + PyQt5==5.9.2 commands = {envpython} -bb -m pytest --cov --cov-report xml --cov-report=html --cov-report= {posargs:tests} {envpython} scripts/dev/check_coverage.py {posargs}