From bb33d145a4716ca53d74dc9935c78210049c71d5 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 7 Jun 2021 10:05:28 +0200 Subject: scripts: Add changelog URL for Deprecated --- 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 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', } -- cgit v1.2.3-54-g00ecf