summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-05-18 19:05:25 +0200
committerFlorian Bruhin <me@the-compiler.org>2021-05-18 19:05:25 +0200
commit06e49efd3d9f21058893a0c3751aa05caaf0e2f8 (patch)
tree2846e0d8c14114c8cd88377bcf99effe0c0e80ee /scripts
parent0aa79efbe52e78ab11491c3b2caad453d29e34c0 (diff)
downloadqutebrowser-06e49efd3d9f21058893a0c3751aa05caaf0e2f8.tar.gz
qutebrowser-06e49efd3d9f21058893a0c3751aa05caaf0e2f8.zip
Update changelog URLs for pallets projects
Diffstat (limited to 'scripts')
-rw-r--r--scripts/dev/recompile_requirements.py12
1 files changed, 6 insertions, 6 deletions
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/',