From 889b03169a6b59f91b58a2f4ea7c6807bc0ac6fd Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 28 Feb 2018 06:28:01 +0100 Subject: [PATCH] Upgrade to PyQt 5.10.1 --- misc/requirements/requirements-pyqt.txt | 4 ++-- tox.ini | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/misc/requirements/requirements-pyqt.txt b/misc/requirements/requirements-pyqt.txt index 99ba1b7cc..059ff2df7 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.10 -sip==4.19.7 +PyQt5==5.10.1 +sip==4.19.8 diff --git a/tox.ini b/tox.ini index f09f92165..b27fa7906 100644 --- a/tox.ini +++ b/tox.ini @@ -28,7 +28,7 @@ deps = pyqt571: PyQt5==5.7.1 pyqt58: PyQt5==5.8.2 pyqt59: PyQt5==5.9.2 - pyqt510: PyQt5==5.10 + pyqt510: PyQt5==5.10.1 commands = {envpython} scripts/link_pyqt.py --tox {envdir} {envpython} -bb -m pytest {posargs:tests}