summaryrefslogtreecommitdiff
path: root/scripts/dev/recompile_requirements.py
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2020-10-19 14:34:05 +0200
committerFlorian Bruhin <me@the-compiler.org>2020-10-19 14:34:05 +0200
commit596fff92a161599a8e2b617b70181d13f967f447 (patch)
tree8cb8de0e617028c5892155b97d14b7fb312d55ea /scripts/dev/recompile_requirements.py
parent83c2e32bca05023026578ac9b64f7a5938772e9d (diff)
downloadqutebrowser-596fff92a161599a8e2b617b70181d13f967f447.tar.gz
qutebrowser-596fff92a161599a8e2b617b70181d13f967f447.zip
Update changelog URLs
Diffstat (limited to 'scripts/dev/recompile_requirements.py')
-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 37cfda437..cb3eabaea 100644
--- a/scripts/dev/recompile_requirements.py
+++ b/scripts/dev/recompile_requirements.py
@@ -100,11 +100,11 @@ CHANGELOG_URLS = {
'urllib3': 'https://github.com/urllib3/urllib3/blob/master/CHANGES.rst',
'wheel': 'https://github.com/pypa/wheel/blob/master/docs/news.rst',
'mako': 'https://docs.makotemplates.org/en/latest/changelog.html',
- 'lxml': 'https://lxml.de/4.5/changes-4.5.0.html',
+ 'lxml': 'https://lxml.de/4.6/changes-4.6.0.html',
'jwcrypto': 'https://github.com/latchset/jwcrypto/commits/master',
'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/commits/master',
+ 'pep517': 'https://github.com/pypa/pep517/blob/master/doc/changelog.rst',
'cryptography': 'https://cryptography.io/en/latest/changelog/',
'toml': 'https://github.com/uiri/toml/releases',
'PyQt5': 'https://www.riverbankcomputing.com/news',