summaryrefslogtreecommitdiff
path: root/scripts/dev/recompile_requirements.py
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2020-11-19 16:40:12 +0100
committerFlorian Bruhin <me@the-compiler.org>2020-11-19 16:40:12 +0100
commit1f8f54a33948f1d51288da1d9ee43e682bf5d121 (patch)
tree825090356e29fa50b43cb8e1d34b1f8165b651b9 /scripts/dev/recompile_requirements.py
parentcb87dd79c0adf3742ffd6c9bd372330ba35c2ae0 (diff)
downloadqutebrowser-1f8f54a33948f1d51288da1d9ee43e682bf5d121.tar.gz
qutebrowser-1f8f54a33948f1d51288da1d9ee43e682bf5d121.zip
scripts: Update Babel changelog URL
See https://github.com/python-babel/babel/issues/718
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 c63441047..3ef676d28 100644
--- a/scripts/dev/recompile_requirements.py
+++ b/scripts/dev/recompile_requirements.py
@@ -105,7 +105,7 @@ CHANGELOG_URLS = {
'more-itertools': 'https://github.com/erikrose/more-itertools/blob/master/docs/versions.rst',
'pydocstyle': 'http://www.pydocstyle.org/en/latest/release_notes.html',
'Sphinx': 'https://www.sphinx-doc.org/en/master/changes.html',
- 'Babel': 'http://babel.pocoo.org/en/latest/changelog.html',
+ 'Babel': 'https://github.com/python-babel/babel/blob/master/CHANGES',
'alabaster': 'https://alabaster.readthedocs.io/en/latest/changelog.html',
'imagesize': 'https://github.com/shibukawa/imagesize_py/commits/master',
'pytz': 'https://mm.icann.org/pipermail/tz-announce/',