From b4c26c5364cdd305d38c7774db953667afc7ea86 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 13:12:33 +0000 Subject: [PATCH] Update dependency jsonargparse to v4.34.1 --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f8560ea8..c8dbd84a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dependencies = [ "netaddr==1.3.0", "netifaces2==0.0.22", "pyyaml==6.0.1", - "jsonargparse==4.32.0", + "jsonargparse==4.34.1", "python-slugify==8.0.4", "packaging==23.2", "distro==1.9.0", diff --git a/requirements.txt b/requirements.txt index f0c1dc22..4b731a0f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ pynetbox==7.3.4 netaddr==1.3.0 netifaces2==0.0.22 pyyaml==6.0.1 -jsonargparse==4.32.0 +jsonargparse==4.34.1 python-slugify==8.0.4 packaging==23.2 distro==1.9.0