From 06e49efd3d9f21058893a0c3751aa05caaf0e2f8 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 18 May 2021 19:05:25 +0200 Subject: Update changelog URLs for pallets projects --- scripts/dev/recompile_requirements.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'scripts') diff --git a/scripts/dev/recompile_requirements.py b/scripts/dev/recompile_requirements.py index b545dbc5f..8dd9e4c09 100644 --- a/scripts/dev/recompile_requirements.py +++ b/scripts/dev/recompile_requirements.py @@ -55,13 +55,13 @@ CHANGELOG_URLS = { 'pytest-repeat': 'https://github.com/pytest-dev/pytest-repeat/blob/master/CHANGES.rst', 'requests': 'https://github.com/psf/requests/blob/master/HISTORY.md', 'requests-file': 'https://github.com/dashea/requests-file/blob/master/CHANGES.rst', - 'Werkzeug': 'https://github.com/pallets/werkzeug/blob/master/CHANGES.rst', - 'click': 'https://click.palletsprojects.com/en/7.x/changelog/', - 'itsdangerous': 'https://itsdangerous.palletsprojects.com/en/1.1.x/changes/', + 'Werkzeug': 'https://werkzeug.palletsprojects.com/en/latest/changes/', + 'click': 'https://click.palletsprojects.com/en/latest/changes/', + 'itsdangerous': 'https://itsdangerous.palletsprojects.com/en/latest/changes/', 'parse-type': 'https://github.com/jenisys/parse_type/blob/master/CHANGES.txt', 'sortedcontainers': 'https://github.com/grantjenks/python-sortedcontainers/blob/master/HISTORY.rst', 'soupsieve': 'https://facelessuser.github.io/soupsieve/about/changelog/', - 'Flask': 'https://flask.palletsprojects.com/en/1.1.x/changelog/', + 'Flask': 'https://flask.palletsprojects.com/en/latest/changes/', 'Mako': 'https://docs.makotemplates.org/en/latest/changelog.html', 'glob2': 'https://github.com/miracle2k/python-glob2/blob/master/CHANGES', 'hypothesis': 'https://hypothesis.readthedocs.io/en/latest/changes.html', @@ -76,8 +76,8 @@ CHANGELOG_URLS = { 'packaging': 'https://packaging.pypa.io/en/latest/changelog.html', 'build': 'https://github.com/pypa/build/blob/main/CHANGELOG.rst', 'attrs': 'https://www.attrs.org/en/stable/changelog.html', - 'Jinja2': 'https://github.com/pallets/jinja/blob/master/CHANGES.rst', - 'MarkupSafe': 'https://markupsafe.palletsprojects.com/en/1.1.x/changes/', + 'Jinja2': 'https://jinja.palletsprojects.com/en/latest/changes/', + 'MarkupSafe': 'https://markupsafe.palletsprojects.com/en/latest/changes/', 'flake8': 'https://gitlab.com/pycqa/flake8/tree/master/docs/source/release-notes', 'flake8-docstrings': 'https://pypi.org/project/flake8-docstrings/', 'flake8-debugger': 'https://github.com/JBKahn/flake8-debugger/', -- cgit v1.2.3-54-g00ecf