summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-10-04 11:02:51 +0200
committerFlorian Bruhin <me@the-compiler.org>2021-10-04 11:02:51 +0200
commit247e77fa106d08f36d3a74368eabd582a38e5f5e (patch)
tree8f86f577956e29a5d272d04a93974043dfae837e
parentefd002dae3e65a923eaff30d3400ee924fb1f306 (diff)
downloadqutebrowser-247e77fa106d08f36d3a74368eabd582a38e5f5e.tar.gz
qutebrowser-247e77fa106d08f36d3a74368eabd582a38e5f5e.zip
scripts: Adjust py-filelock changelog URL
-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 1aff76745..6c9a6bcc9 100644
--- a/scripts/dev/recompile_requirements.py
+++ b/scripts/dev/recompile_requirements.py
@@ -170,7 +170,7 @@ CHANGELOG_URLS = {
'check-manifest': 'https://github.com/mgedmin/check-manifest/blob/master/CHANGES.rst',
'yamllint': 'https://github.com/adrienverge/yamllint/blob/master/CHANGELOG.rst',
'pathspec': 'https://github.com/cpburnz/python-path-specification/blob/master/CHANGES.rst',
- 'filelock': 'https://github.com/benediktschmitt/py-filelock/commits/master',
+ 'filelock': 'https://github.com/tox-dev/py-filelock/commits/main',
'github3.py': 'https://github3py.readthedocs.io/en/master/release-notes/index.html',
'manhole': 'https://github.com/ionelmc/python-manhole/blob/master/CHANGELOG.rst',
'pycparser': 'https://github.com/eliben/pycparser/blob/master/CHANGES',