From 06081a3753ac68c92d44eb738063002aceed02d1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 22:08: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..21503f06 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.2", "distro==1.9.0", ] diff --git a/requirements.txt b/requirements.txt index 910cef12..cfe5dd07 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.2 distro==1.9.0