summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-03-11 12:46:45 +0100
committerFlorian Bruhin <me@the-compiler.org>2021-03-11 14:17:19 +0100
commitb02fd9ef489b4f080fa77cb7f5f951e361b6ad68 (patch)
tree7f42b30fa3f11cac370647b8979bfe07860c9410 /scripts
parent1678cd67a4a0360eb3bc914b46f137d383467893 (diff)
downloadqutebrowser-b02fd9ef489b4f080fa77cb7f5f951e361b6ad68.tar.gz
qutebrowser-b02fd9ef489b4f080fa77cb7f5f951e361b6ad68.zip
Update requirements for PyQt 5.15.4
Diffstat (limited to 'scripts')
-rw-r--r--scripts/dev/recompile_requirements.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/dev/recompile_requirements.py b/scripts/dev/recompile_requirements.py
index cafb393aa..1849a5218 100644
--- a/scripts/dev/recompile_requirements.py
+++ b/scripts/dev/recompile_requirements.py
@@ -137,9 +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',
+ 'PyQt5-Qt5': 'https://www.riverbankcomputing.com/news',
'PyQtWebEngine': 'https://www.riverbankcomputing.com/news',
- 'PyQtWebEngine-Qt': 'https://www.riverbankcomputing.com/news',
+ 'PyQtWebEngine-Qt5': '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',