# HG changeset patch # User Mads Kiilerich # Date 2018-08-05 23:25:23 # Node ID 86b16171af1f281b9049790dd70289315a5ff8ec # Parent daf282efa2da3b8f2f244988cb62620465731cb2 hg: support 4.7 diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -57,7 +57,7 @@ requirements = [ "URLObject==2.3.4", "Routes==1.13", "dulwich>=0.14.1", - "mercurial>=4.1.1,<4.7", + "mercurial>=4.1.1,<4.8", "decorator >= 3.3.2", "Paste >= 2.0.3, < 3.0", ]