diff --git a/cubicweb_addressbook/__pkginfo__.py b/cubicweb_addressbook/__pkginfo__.py index bd8d06edbe9760da02e7ab95aae0e70387d88fb9..f4790e1c77bd48e36457d348bc4e4abf27a556a4 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.32.0", +__depends__ = {'cubicweb': ">= 3.24.0, < 3.33.0", 'cubicweb-geocoding': None, }