Update pip depencencies
Change-Id: I206a3331908d5ab93ad9ecc5671f99981ed42cf9
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
diff --git a/requirements-dist.txt b/requirements-dist.txt
index 05bfb57..d5429d3 100644
--- a/requirements-dist.txt
+++ b/requirements-dist.txt
@@ -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
diff --git a/requirements-test.txt b/requirements-test.txt
index 77ae576..2a5238e 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.3.1
+coverage==7.6.1
# via -r requirements-test.in
-nose2==0.13.0
+nose2==0.15.1
# via -r requirements-test.in
diff --git a/requirements.txt b/requirements.txt
index da4aa3a..5f49ff7 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -16,19 +16,17 @@
#######################################################################################
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
diff --git a/setup.py b/setup.py
index 4cd2be2..bc6ccff 100644
--- a/setup.py
+++ b/setup.py
@@ -30,8 +30,8 @@
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)