# HG changeset patch # User Mads Kiilerich # Date 2017-09-14 02:08:06 # Node ID 02fcbd2e4d955e4b4edf4852295766b24749de29 # Parent 86bd75e0347c5c4b867957649f2a8ed895ccc5d5 vcs: support Mercurial 4.3.x 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>=2.9,<4.3", + "mercurial>=2.9,<4.4", "decorator >= 3.3.2", "Paste >= 2.0.3, < 3.0", ]