summaryrefslogtreecommitdiff
path: root/scripts/dev/recompile_requirements.py
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2022-01-03 10:50:11 +0100
committerGitHub <noreply@github.com>2022-01-03 10:50:11 +0100
commite1af0ff74d693d32fb745bd67bc6fd0570abf302 (patch)
treea229b8053250a6529d25cb732b3f9e464c576ec2 /scripts/dev/recompile_requirements.py
parent955c6fb7632203f6a89a0dd005c3e52124778254 (diff)
parentf60d340d169146d98d8fc4283dc7c4d54848fd90 (diff)
downloadqutebrowser-e1af0ff74d693d32fb745bd67bc6fd0570abf302.tar.gz
qutebrowser-e1af0ff74d693d32fb745bd67bc6fd0570abf302.zip
Merge pull request #6933 from qutebrowser/update-dependencies
Update dependencies
Diffstat (limited to 'scripts/dev/recompile_requirements.py')
-rw-r--r--scripts/dev/recompile_requirements.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/dev/recompile_requirements.py b/scripts/dev/recompile_requirements.py
index 185770132..65f7250b3 100644
--- a/scripts/dev/recompile_requirements.py
+++ b/scripts/dev/recompile_requirements.py
@@ -99,7 +99,7 @@ CHANGELOG_URLS = {
'pycodestyle': 'https://github.com/PyCQA/pycodestyle/blob/master/CHANGES.txt',
'pyflakes': 'https://github.com/PyCQA/pyflakes/blob/master/NEWS.rst',
'cffi': 'https://github.com/python-cffi/release-doc/blob/master/doc/source/whatsnew.rst',
- 'astroid': 'https://github.com/PyCQA/astroid/blob/2.4/ChangeLog',
+ 'astroid': 'https://github.com/PyCQA/astroid/blob/main/ChangeLog',
'pytest-instafail': 'https://github.com/pytest-dev/pytest-instafail/blob/master/CHANGES.rst',
'coverage': 'https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst',
'colorama': 'https://github.com/tartley/colorama/blob/master/CHANGELOG.rst',
@@ -158,7 +158,6 @@ CHANGELOG_URLS = {
'charset-normalizer': 'https://github.com/Ousret/charset_normalizer/blob/master/CHANGELOG.md',
'idna': 'https://github.com/kjd/idna/blob/master/HISTORY.rst',
'tldextract': 'https://github.com/john-kurkowski/tldextract/blob/master/CHANGELOG.md',
- 'backports.entry-points-selectable': 'https://github.com/jaraco/backports.entry_points_selectable/blob/main/CHANGES.rst',
'typing_extensions': 'https://github.com/python/typing/blob/master/typing_extensions/CHANGELOG',
'diff-cover': 'https://github.com/Bachmann1234/diff_cover/blob/master/CHANGELOG',
'pytest-icdiff': 'https://github.com/hjwp/pytest-icdiff/blob/master/HISTORY.rst',