From cb821e9e8d2514c53c6b979ec51bf3c543eed478 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Sun, 15 Dec 2024 10:53:45 +0100 Subject: [PATCH] Update pip dependencies Change-Id: Ic8a91f1eebb41fedbc123fcd57b4cb35b4060540 Signed-off-by: garciadeblas --- requirements-dist.txt | 2 +- requirements-test.txt | 2 +- requirements.txt | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements-dist.txt b/requirements-dist.txt index d5429d3..c7c9135 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.2.2 +lxml==5.3.0 # via pyang pyang==2.6.1 # via -r requirements-dist.in diff --git a/requirements-test.txt b/requirements-test.txt index 2a5238e..d216be8 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.1 +coverage==7.6.9 # via -r requirements-test.in nose2==0.15.1 # via -r requirements-test.in diff --git a/requirements.txt b/requirements.txt index 5f49ff7..3731356 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ ####################################################################################### enum34==1.1.10 # via pyangbind -lxml==5.2.2 +lxml==5.3.0 # via # pyang # pyangbind @@ -28,5 +28,5 @@ pyangbind==0.8.6 # via -r requirements.in pyyaml==6.0.2 # via -r requirements.in -regex==2024.7.24 +regex==2024.11.6 # via pyangbind -- 2.25.1