From 8f3d349076c2a365e53361ffd63522fd48809c97 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 17:10:54 +0000 Subject: [PATCH] Update dependency packaging to v25 --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 656f8db7..33bc2a10 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==25.0", "distro==1.9.0", ] diff --git a/requirements.txt b/requirements.txt index 910cef12..7b1bec9a 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==25.0 distro==1.9.0