From 1eff413127a339cf281a46318ff5c2a35775ef8e Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Fri, 1 Aug 2025 16:57:55 +0200 Subject: [PATCH] Update pip dependencies Signed-off-by: garciadeblas --- requirements-dist.txt | 4 ++-- requirements-test.txt | 2 +- requirements.txt | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements-dist.txt b/requirements-dist.txt index a37870b..2c11c61 100644 --- a/requirements-dist.txt +++ b/requirements-dist.txt @@ -14,13 +14,13 @@ # See the License for the specific language governing permissions and # limitations under the License. ####################################################################################### -lxml==5.4.0 +lxml==6.0.0 # via pyang pyang==2.6.1 # via -r requirements-dist.in setuptools-version-command==99.9 # via -r requirements-dist.in -stdeb==0.10.0 +stdeb==0.10.2 # via -r requirements-dist.in # The following packages are considered to be unsafe in a requirements file: diff --git a/requirements-test.txt b/requirements-test.txt index 670919e..db1526a 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.9.1 +coverage==7.10.1 # via -r requirements-test.in nose2==0.15.1 # via -r requirements-test.in diff --git a/requirements.txt b/requirements.txt index f04a487..9f6b53b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ ####################################################################################### enum34==1.1.10 # via pyangbind -lxml==5.4.0 +lxml==6.0.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.11.6 +regex==2025.7.34 # via pyangbind -- 2.25.1