From 051724c7180dcf45b595b5cb8462ddf7bee4856b Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Tue, 24 Feb 2026 17:29:41 +0100 Subject: [PATCH] Update pip dependencies Change-Id: Iba4e5133026e12d654e5fe77813e9ccbaa72a139 Signed-off-by: garciadeblas --- requirements-test.txt | 2 +- requirements.txt | 4 ++-- setup.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements-test.txt b/requirements-test.txt index 0a61ea1..26bc331 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. ####################################################################################### -coverage==7.13.0 +coverage==7.13.4 # via -r requirements-test.in nose2==0.15.1 # via -r requirements-test.in diff --git a/requirements.txt b/requirements.txt index c9a959d..e9ef3c1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -24,9 +24,9 @@ pyang==2.7.1 # via # -r requirements.in # pyangbind -pyangbind==0.8.6 +pyangbind==0.8.7 # via -r requirements.in pyyaml==6.0.3 # via -r requirements.in -regex==2025.11.3 +regex==2026.2.19 # via pyangbind diff --git a/setup.py b/setup.py index bc6ccff..d7a5664 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ class Install_osm_im(install): 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) -- 2.25.1