summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2022-04-04 11:12:13 +0200
committerFlorian Bruhin <me@the-compiler.org>2022-04-04 11:12:13 +0200
commit65fd458833f6c83dfabc64aaf73fba5ada13761c (patch)
tree2cbdda35bad62c7b039d8d5d5a91766bba9bd44e
parent5efd72470b7bbd80468d68a4a8cc14f6bd02eefa (diff)
downloadqutebrowser-65fd458833f6c83dfabc64aaf73fba5ada13761c.tar.gz
qutebrowser-65fd458833f6c83dfabc64aaf73fba5ada13761c.zip
Update changelog URLs
-rw-r--r--scripts/dev/changelog_urls.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/dev/changelog_urls.json b/scripts/dev/changelog_urls.json
index f4f82ea58..1047a3880 100644
--- a/scripts/dev/changelog_urls.json
+++ b/scripts/dev/changelog_urls.json
@@ -27,7 +27,6 @@
"hypothesis": "https://hypothesis.readthedocs.io/en/latest/changes.html",
"mypy": "https://mypy-lang.blogspot.com/",
"types-PyYAML": "https://github.com/python/typeshed/commits/master/stubs/PyYAML",
- "types-dataclasses": "https://github.com/python/typeshed/commits/master/stubs/dataclasses",
"pytest": "https://docs.pytest.org/en/latest/changelog.html",
"iniconfig": "https://github.com/RonnyPfannschmidt/iniconfig/blob/master/CHANGELOG",
"tox": "https://tox.readthedocs.io/en/latest/changelog.html",
@@ -153,8 +152,9 @@
"readme-renderer": "https://github.com/pypa/readme_renderer/blob/main/CHANGES.rst",
"requests-toolbelt": "https://github.com/requests/toolbelt/blob/master/HISTORY.rst",
"rfc3986": "https://rfc3986.readthedocs.io/en/latest/release-notes/index.html",
- "tqdm": "https://tqdm.github.io/releases/",
"twine": "https://twine.readthedocs.io/en/stable/changelog.html",
"webencodings": "https://github.com/gsnedders/python-webencodings/commits/master",
- "PyJWT": "https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst"
+ "PyJWT": "https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst",
+ "commonmark": "https://github.com/readthedocs/commonmark.py/blob/master/CHANGELOG.md",
+ "rich": "https://github.com/Textualize/rich/blob/master/CHANGELOG.md"
}