diff --git a/cubicweb_elasticsearch/__pkginfo__.py b/cubicweb_elasticsearch/__pkginfo__.py index 261a6efbb5b85abc7756b501a0c6cc8d9729515d..373df09830ba76aea7b62d12a7f5d3309b313d3e 100644 --- a/cubicweb_elasticsearch/__pkginfo__.py +++ b/cubicweb_elasticsearch/__pkginfo__.py @@ -14,7 +14,7 @@ description = "Simple ElasticSearch indexing integration for CubicWeb" web = "https://forge.extranet.logilab.fr/cubicweb/cubes/%s" % distname __depends__ = { - "cubicweb": ">= 3.28.0, < 3.32.0", + "cubicweb": ">= 3.28.0, < 3.33.0", "six": ">= 1.4.0", "cwtags": None, "elasticsearch": ">=7.0.0,<8.0.0",