Upgrade to PyQt 5.12.3

This commit is contained in:
Florian Bruhin 2019-06-28 01:47:08 +02:00
parent b0212672e4
commit 8a8ff3d281
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# This file is automatically generated by scripts/dev/recompile_requirements.py
PyQt5==5.12.2
PyQt5==5.12.3
PyQt5-sip==4.19.17
PyQtWebEngine==5.12.1

View File

@ -29,7 +29,7 @@ deps =
pyqt59: PyQt5==5.9.2
pyqt510: PyQt5==5.10.1
pyqt511: PyQt5==5.11.3
pyqt512: PyQt5==5.12.2
pyqt512: PyQt5==5.12.3
pyqt512: PyQtWebEngine==5.12.1
commands =
{envpython} scripts/link_pyqt.py --tox {envdir}