summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-10-11 14:33:00 +0200
committerFlorian Bruhin <me@the-compiler.org>2021-10-11 14:33:00 +0200
commitb75786560d54a92c63b0a460b3705548985a637a (patch)
treec34e44041a622e0768f35757438198199b3ae9bf
parenta16951ca673e187396aec1f4c20fe86b3ecadc4d (diff)
downloadqutebrowser-b75786560d54a92c63b0a460b3705548985a637a.tar.gz
qutebrowser-b75786560d54a92c63b0a460b3705548985a637a.zip
scripts: Add cached-property changelog URL
-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 6c9a6bcc9..506f4ac99 100644
--- a/scripts/dev/recompile_requirements.py
+++ b/scripts/dev/recompile_requirements.py
@@ -98,6 +98,7 @@ CHANGELOG_URLS = {
'pep8-naming': 'https://github.com/PyCQA/pep8-naming/blob/master/CHANGELOG.rst',
'pycodestyle': 'https://github.com/PyCQA/pycodestyle/blob/master/CHANGES.txt',
'pyflakes': 'https://github.com/PyCQA/pyflakes/blob/master/NEWS.rst',
+ 'cached-property': 'https://github.com/pydanny/cached-property/blob/master/HISTORY.md',
'cffi': 'https://github.com/python-cffi/release-doc/blob/master/doc/source/whatsnew.rst',
'astroid': 'https://github.com/PyCQA/astroid/blob/2.4/ChangeLog',
'pytest-instafail': 'https://github.com/pytest-dev/pytest-instafail/blob/master/CHANGES.rst',