From b75786560d54a92c63b0a460b3705548985a637a Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 11 Oct 2021 14:33:00 +0200 Subject: scripts: Add cached-property changelog URL --- scripts/dev/recompile_requirements.py | 1 + 1 file changed, 1 insertion(+) 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', -- cgit v1.2.3-54-g00ecf