# HG changeset patch
# User Georges Racinet <georges.racinet@octobus.net>
# Date 1680285368 -7200
#      Fri Mar 31 19:56:08 2023 +0200
# Node ID 0002abf238de8d51b539d13687b8e31d2e328f54
# Parent  b872a3a97aacaa11a1cb835009062c2dbcbcc225
dependencies: pinning py-heptapod before ensuring compat with evolve 11

py-heptapod 4.0 requires hg-evolve<11 and hence also Mercurial<6.4

diff --git a/install-requirements.txt b/install-requirements.txt
--- a/install-requirements.txt
+++ b/install-requirements.txt
@@ -1,4 +1,4 @@
-heptapod>=4.0.0dev0
+heptapod<4.1
 protobuf~=3.20.1
 grpcio~=1.42.0
 grpcio-status~=1.42.0