From 82ee43a56abf0bfb5b62413a757ac0fa43dd7bbf Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 11 Oct 2021 14:38:38 +0200 Subject: scripts: Update path to flake8 release notes --- scripts/dev/recompile_requirements.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/dev/recompile_requirements.py b/scripts/dev/recompile_requirements.py index 506f4ac99..a4cd81ad4 100644 --- a/scripts/dev/recompile_requirements.py +++ b/scripts/dev/recompile_requirements.py @@ -81,7 +81,7 @@ CHANGELOG_URLS = { 'attrs': 'https://www.attrs.org/en/stable/changelog.html', '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': 'https://github.com/PyCQA/flake8/tree/main/docs/source/release-notes', 'flake8-docstrings': 'https://pypi.org/project/flake8-docstrings/', 'flake8-debugger': 'https://github.com/JBKahn/flake8-debugger/', 'flake8-builtins': 'https://github.com/gforcada/flake8-builtins/blob/master/CHANGES.rst', -- cgit v1.2.3-54-g00ecf