From d8ef98ea4af0450e44cc813ee3333353734bbd86 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Tue, 24 Jun 2025 17:18:05 +0200 Subject: [PATCH] Update pip dependencies Change-Id: I0f0597523f2c347e7145e4a953c87d6921604483 Signed-off-by: garciadeblas --- requirements-dist.txt | 2 +- requirements-test.txt | 2 +- requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements-dist.txt b/requirements-dist.txt index 5b2852c..a37870b 100644 --- a/requirements-dist.txt +++ b/requirements-dist.txt @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. ####################################################################################### -lxml==5.3.1 +lxml==5.4.0 # via pyang pyang==2.6.1 # via -r requirements-dist.in diff --git a/requirements-test.txt b/requirements-test.txt index 45a6490..670919e 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.6.12 +coverage==7.9.1 # via -r requirements-test.in nose2==0.15.1 # via -r requirements-test.in diff --git a/requirements.txt b/requirements.txt index 22189e5..f04a487 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ ####################################################################################### enum34==1.1.10 # via pyangbind -lxml==5.3.1 +lxml==5.4.0 # via # pyang # pyangbind -- 2.25.1