From: garciadeblas Date: Tue, 24 Feb 2026 16:29:41 +0000 (+0100) Subject: Update pip dependencies X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=refs%2Fchanges%2F08%2F15808%2F1;p=osm%2FIM.git Update pip dependencies Change-Id: Iba4e5133026e12d654e5fe77813e9ccbaa72a139 Signed-off-by: garciadeblas --- 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)