summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authortoofar <toofar@spalge.com>2023-07-03 21:35:12 +1200
committerGitHub <noreply@github.com>2023-07-03 21:35:12 +1200
commitc25f63e6e8c3959f7baf08634ceb4b611399aa6c (patch)
treeb7f9da09af52ddfe63489c37eb839ab8ec1f6784 /scripts
parent73b51d274fc151a7bd2c86c5e5eda90cf065bc9b (diff)
parent9f9dfe7509378f90a9ba9370abd09c9bde7ef604 (diff)
downloadqutebrowser-c25f63e6e8c3959f7baf08634ceb4b611399aa6c.tar.gz
qutebrowser-c25f63e6e8c3959f7baf08634ceb4b611399aa6c.zip
Merge pull request #7763 from qutebrowser/update-dependencies
Update dependencies
Diffstat (limited to 'scripts')
-rw-r--r--scripts/dev/changelog_urls.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/dev/changelog_urls.json b/scripts/dev/changelog_urls.json
index baf9e2583..9be31c03f 100644
--- a/scripts/dev/changelog_urls.json
+++ b/scripts/dev/changelog_urls.json
@@ -165,5 +165,6 @@
"pyproject_hooks": "https://pyproject-hooks.readthedocs.io/en/latest/changelog.html",
"markdown-it-py": "https://github.com/executablebooks/markdown-it-py/blob/master/CHANGELOG.md",
"mdurl": "https://github.com/executablebooks/mdurl/commits/master",
- "blinker": "https://blinker.readthedocs.io/en/stable/#changes"
+ "blinker": "https://blinker.readthedocs.io/en/stable/#changes",
+ "exceptiongroup": "https://github.com/agronholm/exceptiongroup/blob/main/CHANGES.rst"
}