# HG changeset patch # User Mads Kiilerich # Date 2021-01-20 00:54:55 # Node ID 574cd37f05c413f532a9b3baf8fb84d388e6cc0b # Parent 73f3ed6a91d97822c680740b354570f10cdd731b setup: support Mercurial 5.7 diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -63,7 +63,7 @@ requirements = [ "URLObject >= 2.3.4, < 2.5", "Routes >= 2.0, < 2.5", "dulwich >= 0.19.0, < 0.20", - "mercurial >= 5.2, < 5.7", + "mercurial >= 5.2, < 5.8", "decorator >= 4.2.1, < 4.5", "Paste >= 2.0.3, < 3.5", "bleach >= 3.0, < 3.1.4",