summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-06-07 10:05:28 +0200
committerFlorian Bruhin <me@the-compiler.org>2021-06-07 10:05:28 +0200
commitbb33d145a4716ca53d74dc9935c78210049c71d5 (patch)
tree146f9c50648f0df582ac90c4090837d547116803
parentb4abf729025943447ac0ebbcd2f20883bcbdd795 (diff)
downloadqutebrowser-bb33d145a4716ca53d74dc9935c78210049c71d5.tar.gz
qutebrowser-bb33d145a4716ca53d74dc9935c78210049c71d5.zip
scripts: Add changelog URL for Deprecated
-rw-r--r--scripts/dev/recompile_requirements.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/dev/recompile_requirements.py b/scripts/dev/recompile_requirements.py
index 8dd9e4c09..e8a188f6c 100644
--- a/scripts/dev/recompile_requirements.py
+++ b/scripts/dev/recompile_requirements.py
@@ -185,6 +185,7 @@ CHANGELOG_URLS = {
'setuptools': 'https://setuptools.readthedocs.io/en/latest/history.html',
'future': 'https://python-future.org/whatsnew.html',
'pefile': 'https://github.com/erocarrera/pefile/commits/master',
+ 'Deprecated': 'https://github.com/tantale/deprecated/blob/master/CHANGELOG.rst',
}