summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authortoofar <toofar@spalge.com>2023-05-07 12:02:41 +1200
committertoofar <toofar@spalge.com>2023-05-07 12:29:15 +1200
commit8b2b4fc61e16cc6e8d8ad966dd1a6eeabd72652b (patch)
tree9391fb665400830312e601ee7d37d79a675f56d0 /scripts
parent8a59762e041bff3e4628111613d24ce6ae49d6b9 (diff)
downloadqutebrowser-8b2b4fc61e16cc6e8d8ad966dd1a6eeabd72652b.tar.gz
qutebrowser-8b2b4fc61e16cc6e8d8ad966dd1a6eeabd72652b.zip
Flask updates, pin for py37 and add blinker
Pin Flask and Werkzeug for py3.7 They've removed compatibility upstream. Added example to readme file because I had to go dig for one in the commit history. Add blinker to changelog URLs as it's a required dependency of Flask now.
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 67820cd47..eed9032dd 100644
--- a/scripts/dev/changelog_urls.json
+++ b/scripts/dev/changelog_urls.json
@@ -161,5 +161,6 @@
"asciidoc": "https://asciidoc-py.github.io/CHANGELOG.html",
"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"
+ "mdurl": "https://github.com/executablebooks/mdurl/commits/master",
+ "blinker": "https://blinker.readthedocs.io/en/stable/#changes"
}