From 6d067a4fbef4809615536b328f732fd5cfe85753 Mon Sep 17 00:00:00 2001 From: gifrerenom <lluis.gifre@cttc.es> Date: Tue, 24 Dec 2024 12:39:17 +0000 Subject: [PATCH] NBI component: - Updated libyang python bindings to 2.8.4 --- src/nbi/README.md | 2 +- src/nbi/requirements.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/nbi/README.md b/src/nbi/README.md index 32902a0b3..f997ce21c 100644 --- a/src/nbi/README.md +++ b/src/nbi/README.md @@ -31,5 +31,5 @@ sudo ldconfig ### Install Python bindings ```bash -pip install libyang==2.8.0 +pip install libyang==2.8.4 ``` diff --git a/src/nbi/requirements.in b/src/nbi/requirements.in index 0d7804836..d56ee821b 100644 --- a/src/nbi/requirements.in +++ b/src/nbi/requirements.in @@ -18,7 +18,7 @@ Flask==2.1.3 Flask-HTTPAuth==4.5.0 Flask-RESTful==0.3.9 jsonschema==4.4.0 -libyang==2.8.0 +libyang==2.8.4 netaddr==0.9.0 pyang==2.6.0 git+https://github.com/robshakir/pyangbind.git -- GitLab