summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2017-11-04 16:10:47 +0100
committerFlorian Bruhin <git@the-compiler.org>2017-11-04 16:10:47 +0100
commitdb466097e05977cf7811e409250072a78711bb85 (patch)
tree50958544f196066c7abf13c9ab6b6ad49d57f7b1
parent0446babb3d021c7d0d80c52d561bce9b0f0ee30c (diff)
downloadqutebrowser-db466097e05977cf7811e409250072a78711bb85.tar.gz
qutebrowser-db466097e05977cf7811e409250072a78711bb85.zip
Update requirements to PyQt 5.9.1
This will break things as there's no PyQt 5.9.1 Linux wheel available yet, but it'll make it possible to release a new qutebrowser release for macOS and Windows with Qt 5.9.2 at least.
-rw-r--r--misc/requirements/requirements-pyqt.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/requirements/requirements-pyqt.txt b/misc/requirements/requirements-pyqt.txt
index fffa133ab..297390576 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
+PyQt5==5.9.1
sip==4.19.3