Update pip depencencies master v16.0 release-v16.0-start v16.0.0
authorgarciadeblas <gerardo.garciadeblas@telefonica.com>
Tue, 6 Aug 2024 23:03:54 +0000 (01:03 +0200)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Tue, 6 Aug 2024 23:03:54 +0000 (01:03 +0200)
Change-Id: I206a3331908d5ab93ad9ecc5671f99981ed42cf9
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
requirements-dist.txt
requirements-test.txt
requirements.txt
setup.py

index 05bfb57..d5429d3 100644 (file)
@@ -14,9 +14,9 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 #######################################################################################
-lxml==4.9.3
+lxml==5.2.2
     # via pyang
-pyang==2.5.3
+pyang==2.6.1
     # via -r requirements-dist.in
 setuptools-version-command==99.9
     # via -r requirements-dist.in
index 77ae576..2a5238e 100644 (file)
@@ -14,7 +14,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 #######################################################################################
-coverage==7.3.1
+coverage==7.6.1
     # via -r requirements-test.in
-nose2==0.13.0
+nose2==0.15.1
     # via -r requirements-test.in
index da4aa3a..5f49ff7 100644 (file)
 #######################################################################################
 enum34==1.1.10
     # via pyangbind
-lxml==4.9.3
+lxml==5.2.2
     # via
     #   pyang
     #   pyangbind
-pyang==2.5.3
+pyang==2.6.1
     # via
     #   -r requirements.in
     #   pyangbind
-pyangbind==0.8.3.post1
+pyangbind==0.8.6
     # via -r requirements.in
-pyyaml==6.0.1
+pyyaml==6.0.2
     # via -r requirements.in
-regex==2023.8.8
-    # via pyangbind
-six==1.16.0
+regex==2024.7.24
     # via pyangbind
index 4cd2be2..bc6ccff 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -30,8 +30,8 @@ class Install_osm_im(install):
         subprocess.call([sys.executable, "-m", "pip", "install", package])
 
     def run(self):
-        self.pipinstall('pyang==2.5.3')
-        self.pipinstall('pyangbind==0.8.3.post1')
+        self.pipinstall('pyang==2.6.1')
+        self.pipinstall('pyangbind==0.8.6')
         import pyangbind
         print("Using dir {}/{} for python artifacts".format(os.getcwd(), self.im_dir))
         path = "{}/{}".format(os.getcwd(), self.im_dir)