From 0fdb56e01d878bfae0dc66ba0e02e56f3f64d762 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 18 Aug 2023 15:44:16 +0200 Subject: [PATCH] chore(deps): update dependency pyyaml to v6 (#196) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b66afc1..c4a84a2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ pynetbox==6.1.2 netaddr==0.8.0 netifaces==0.10.9 -pyyaml==5.4.1 +pyyaml==6.0.1 jsonargparse==3.11.2 python-slugify==5.0.2 packaging==20.9