diff --git a/cubicweb_addressbook/__pkginfo__.py b/cubicweb_addressbook/__pkginfo__.py index da9fa63f9b97ba207246fb690565c36484aff2f3..3fd4b88eb443b7a803af5d4546dc2b6a8321646d 100644 --- a/cubicweb_addressbook/__pkginfo__.py +++ b/cubicweb_addressbook/__pkginfo__.py @@ -19,6 +19,6 @@ classifiers = [ 'Programming Language :: JavaScript', ] -__depends__ = {'cubicweb': ">= 3.24.0, < 3.35.0", +__depends__ = {'cubicweb': ">= 3.24.0, < 3.36.0", 'cubicweb-geocoding': None, }