From 273ea9dcb346a1d01aeebe8d35fbcd7347408384 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 19:04:16 +0000 Subject: [PATCH] Update dependency packaging to v26 --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7ba5fc60..d2bfddd4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ "pyyaml==6.0.2", "jsonargparse==4.36.0", "python-slugify==8.0.4", - "packaging==24.2", + "packaging==26.3", "distro==1.9.0", ] diff --git a/requirements.txt b/requirements.txt index 910cef12..453d7960 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,5 +4,5 @@ netifaces2==0.0.22 pyyaml==6.0.2 jsonargparse==4.36.0 python-slugify==8.0.4 -packaging==24.2 +packaging==26.3 distro==1.9.0