From e24667c804c9d93803b86776607ddd022a62a971 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 19:32:27 +0000 Subject: [PATCH] Update dependency pyyaml to v6.0.3 --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7ba5fc60..a0ac06ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ "pynetbox==7.4.1", "netaddr==1.3.0", "netifaces2==0.0.22", - "pyyaml==6.0.2", + "pyyaml==6.0.3", "jsonargparse==4.36.0", "python-slugify==8.0.4", "packaging==24.2", diff --git a/requirements.txt b/requirements.txt index 910cef12..ba53ddec 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ pynetbox==7.4.1 netaddr==1.3.0 netifaces2==0.0.22 -pyyaml==6.0.2 +pyyaml==6.0.3 jsonargparse==4.36.0 python-slugify==8.0.4 packaging==24.2