From f45b177a3a33aa44451e218b9ded45e8f5e6601a Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Tue, 30 Sep 2025 17:26:29 +0200 Subject: [PATCH] Update pip dependencies Signed-off-by: garciadeblas --- requirements-dist.txt | 6 +++--- requirements-test.txt | 2 +- requirements.txt | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/requirements-dist.txt b/requirements-dist.txt index 2c11c61..ac55c80 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==6.0.0 +lxml==6.0.2 # via pyang -pyang==2.6.1 +pyang==2.7.1 # via -r requirements-dist.in setuptools-version-command==99.9 # via -r requirements-dist.in -stdeb==0.10.2 +stdeb==0.11.0 # 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 db1526a..c1047fb 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.10.1 +coverage==7.10.7 # via -r requirements-test.in nose2==0.15.1 # via -r requirements-test.in diff --git a/requirements.txt b/requirements.txt index 9f6b53b..8ba7854 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,17 +16,17 @@ ####################################################################################### enum34==1.1.10 # via pyangbind -lxml==6.0.0 +lxml==6.0.2 # via # pyang # pyangbind -pyang==2.6.1 +pyang==2.7.1 # via # -r requirements.in # pyangbind pyangbind==0.8.6 # via -r requirements.in -pyyaml==6.0.2 +pyyaml==6.0.3 # via -r requirements.in -regex==2025.7.34 +regex==2025.9.18 # via pyangbind -- 2.25.1