scripts: Add iniconfig changelog link to recompile_requirements

This commit is contained in:
Florian Bruhin 2020-07-29 10:32:20 +02:00
parent 6263f7aa9a
commit 2da53a6be0
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ CHANGELOG_URLS = {
'hypothesis': 'https://hypothesis.readthedocs.io/en/latest/changes.html',
'mypy': 'https://mypy-lang.blogspot.com/',
'pytest': 'https://docs.pytest.org/en/latest/changelog.html',
'iniconfig': 'https://github.com/RonnyPfannschmidt/iniconfig/blob/master/CHANGELOG',
'tox': 'https://tox.readthedocs.io/en/latest/changelog.html',
'pyyaml': 'https://github.com/yaml/pyyaml/blob/master/CHANGES',
'pytest-bdd': 'https://github.com/pytest-dev/pytest-bdd/blob/master/CHANGES.rst',