summaryrefslogtreecommitdiff
path: root/scripts/dev/recompile_requirements.py
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2020-10-28 23:11:07 +0100
committerFlorian Bruhin <me@the-compiler.org>2020-10-28 23:11:07 +0100
commit671a95b8f37cdc666b484ba1a0a515a3b35a94eb (patch)
tree476c1cd3f3b57da6349fae77b5600c194734fd11 /scripts/dev/recompile_requirements.py
parent30255da0f68d0816602f8cf1c9b85707790ad306 (diff)
downloadqutebrowser-671a95b8f37cdc666b484ba1a0a515a3b35a94eb.tar.gz
qutebrowser-671a95b8f37cdc666b484ba1a0a515a3b35a94eb.zip
scripts: Update changelog URL
Diffstat (limited to 'scripts/dev/recompile_requirements.py')
-rw-r--r--scripts/dev/recompile_requirements.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/dev/recompile_requirements.py b/scripts/dev/recompile_requirements.py
index c8694e148..5b79b801d 100644
--- a/scripts/dev/recompile_requirements.py
+++ b/scripts/dev/recompile_requirements.py
@@ -105,7 +105,7 @@ CHANGELOG_URLS = {
'tox-pip-version': 'https://github.com/pglass/tox-pip-version/commits/master',
'wrapt': 'https://github.com/GrahamDumpleton/wrapt/blob/develop/docs/changes.rst',
'pep517': 'https://github.com/pypa/pep517/blob/master/doc/changelog.rst',
- 'cryptography': 'https://cryptography.io/en/latest/changelog/',
+ 'cryptography': 'https://cryptography.io/en/latest/changelog.html',
'toml': 'https://github.com/uiri/toml/releases',
'PyQt5': 'https://www.riverbankcomputing.com/news',
'PyQtWebEngine': 'https://www.riverbankcomputing.com/news',