From 18c18dab0ce4b1a7517cfe6b80fde47fc0adc23f Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Tue, 11 Mar 2025 23:26:13 +0100 Subject: [PATCH] Update pip dependencies Change-Id: Id5e411491d34177f2a95d1f030b67a1762be1902 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 c7c9135..5b2852c 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.0 +lxml==5.3.1 # via pyang pyang==2.6.1 # via -r requirements-dist.in diff --git a/requirements-test.txt b/requirements-test.txt index d216be8..45a6490 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.9 +coverage==7.6.12 # via -r requirements-test.in nose2==0.15.1 # via -r requirements-test.in diff --git a/requirements.txt b/requirements.txt index 3731356..22189e5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ ####################################################################################### enum34==1.1.10 # via pyangbind -lxml==5.3.0 +lxml==5.3.1 # via # pyang # pyangbind -- 2.25.1