Update pip dependencies

Change-Id: Iba4e5133026e12d654e5fe77813e9ccbaa72a139
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
diff --git a/setup.py b/setup.py
index bc6ccff..d7a5664 100644
--- a/setup.py
+++ b/setup.py
@@ -31,7 +31,7 @@
 
     def run(self):
         self.pipinstall('pyang==2.6.1')
-        self.pipinstall('pyangbind==0.8.6')
+        self.pipinstall('pyangbind==0.8.7')
         import pyangbind
         print("Using dir {}/{} for python artifacts".format(os.getcwd(), self.im_dir))
         path = "{}/{}".format(os.getcwd(), self.im_dir)