Files @ 0245e0ebddd0
Branch filter:

Location: kallithea/dev_requirements.txt - annotation

mads
hg: support new clonebundles_manifest write protocol command

A new wire protocol command was introduced with Mercurial 6.5 -
https://repo.mercurial-scm.org/hg/rev/4238e6b22fc4 .

When a client (after negotiation with the server) decided to use this new
command, Kallithea would fail safely and require write permissions.

Fixed by adding it to the list of known read-only commands.
1
2
3
4
5
6
7
8
9
pytest >= 4.6.6, < 8.3
pytest-sugar >= 0.9.2, < 1.1
pytest-benchmark >= 3.2.2, < 4.1
pytest-localserver >= 0.5.0, < 0.9
mock >= 3.0.0, < 5.2
Sphinx >= 1.8.0, < 5.2
WebTest >= 2.0.6, < 3.1
isort == 5.13.2
pyflakes == 3.2.0