# HG changeset patch # User Mads Kiilerich # Date 2020-01-25 22:13:43 # Node ID c440bfd49e120d8541cae531dbf825a91dd148bc # Parent 744b7e78a2c31744d8a2166c1528cfb1c1b35ef0 setup: support Mercurial 5.3 Kallithea has been updated for the only known API change in 5.3. The 5.3 upgrade notes do not indicate other relevant changes. diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -62,7 +62,7 @@ requirements = [ "URLObject >= 2.3.4, < 2.5", "Routes >= 2.0, < 2.5", "dulwich >= 0.19.0, < 0.20", - "mercurial >= 5.1, < 5.3", + "mercurial >= 5.1, < 5.4", "decorator >= 4.2.1, < 4.5", "Paste >= 2.0.3, < 3.1", "bleach >= 3.0, < 3.2",