summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-11-17 10:25:12 +0100
committerFlorian Bruhin <me@the-compiler.org>2021-11-17 10:25:12 +0100
commitb655f56101a8d43580d5150667c666d7a863af9c (patch)
treea17dbb7b6413a361d3937cd98d8da40403607a5a
parent8ee510a0827202e90e41f7947fbacf850d5c7e37 (diff)
downloadqutebrowser-b655f56101a8d43580d5150667c666d7a863af9c.tar.gz
qutebrowser-b655f56101a8d43580d5150667c666d7a863af9c.zip
scripts: Adjust for new typing_extensions name
-rw-r--r--scripts/dev/recompile_requirements.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/dev/recompile_requirements.py b/scripts/dev/recompile_requirements.py
index ed5473971..23878e73f 100644
--- a/scripts/dev/recompile_requirements.py
+++ b/scripts/dev/recompile_requirements.py
@@ -159,7 +159,7 @@ CHANGELOG_URLS = {
'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/commits/master/typing_extensions',
+ 'typing_extensions': 'https://github.com/python/typing/commits/master/typing_extensions',
'diff-cover': 'https://github.com/Bachmann1234/diff_cover/blob/master/CHANGELOG',
'pytest-icdiff': 'https://github.com/hjwp/pytest-icdiff/blob/master/HISTORY.rst',
'icdiff': 'https://github.com/jeffkaufman/icdiff/blob/master/ChangeLog',