summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-02-25 09:22:10 +0100
committerFlorian Bruhin <me@the-compiler.org>2021-02-25 09:22:10 +0100
commitbd8eef8fe1bcb4efac186ebfc37d852a6cc8eff5 (patch)
treeecef32ccc47bfcf8a9eff628111b3ce4eef3c748 /scripts
parent1598425a057f395ca426c1060c5eb762bb0a2e72 (diff)
downloadqutebrowser-bd8eef8fe1bcb4efac186ebfc37d852a6cc8eff5.tar.gz
qutebrowser-bd8eef8fe1bcb4efac186ebfc37d852a6cc8eff5.zip
requirements: Initial upgrade to PyQt5 5.15.3
Diffstat (limited to 'scripts')
-rw-r--r--scripts/dev/recompile_requirements.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/dev/recompile_requirements.py b/scripts/dev/recompile_requirements.py
index e2d8c3e3f..9a28420ce 100644
--- a/scripts/dev/recompile_requirements.py
+++ b/scripts/dev/recompile_requirements.py
@@ -137,7 +137,9 @@ CHANGELOG_URLS = {
'cryptography': 'https://cryptography.io/en/latest/changelog.html',
'toml': 'https://github.com/uiri/toml/releases',
'PyQt5': 'https://www.riverbankcomputing.com/news',
+ 'PyQt5-Qt': 'https://www.riverbankcomputing.com/news',
'PyQtWebEngine': 'https://www.riverbankcomputing.com/news',
+ 'PyQtWebEngine-Qt': 'https://www.riverbankcomputing.com/news',
'PyQt-builder': 'https://www.riverbankcomputing.com/news',
'PyQt5-sip': 'https://www.riverbankcomputing.com/news',
'PyQt5-stubs': 'https://github.com/stlehmann/PyQt5-stubs/blob/master/CHANGELOG.md',