diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc index d9c95a8fa..906ff30bc 100644 --- a/doc/changelog.asciidoc +++ b/doc/changelog.asciidoc @@ -49,6 +49,9 @@ Added Changed ~~~~~~~ +- Windows and macOS releases now bundle Python 3.7, PyQt 5.11.3 and Qt 5.11.2. + QtWebEngine includes security fixes up to Chromium 68.0.3440.75 and + http://code.qt.io/cgit/qt/qtwebengine.git/tree/dist/changes-5.11.2/?h=v5.11.2[various other fixes]. - Various performance improvements when many tabs are opened. - The `content.headers.referer` setting now works on QtWebEngine. - The `:repeat` command now takes a count which is multiplied with the given diff --git a/misc/requirements/requirements-pyqt.txt b/misc/requirements/requirements-pyqt.txt index 2878a55f8..32aee87a9 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.11.2 -PyQt5-sip==4.19.12 +PyQt5==5.11.3 +PyQt5-sip==4.19.13