diff -r 3d3e34813d25 -r 341de318d6de doc/tutorials/base/customizing-the-application.rst --- a/doc/tutorials/base/customizing-the-application.rst Wed Mar 18 09:24:02 2020 +0100 +++ b/doc/tutorials/base/customizing-the-application.rst Wed Mar 18 09:57:48 2020 +0100 @@ -44,7 +44,7 @@ .. sourcecode:: python - __depends__ = {'cubicweb': '>= 3.24.0', + __depends__ = {'cubicweb': '>= 3.27.3', 'cubicweb-blog': None} where the ``None`` means we do not depends on a particular version of the cube.