From 41a65eb2c1d464ba71d8005d20140d6d7da9608f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 13:12:53 +0000 Subject: [PATCH] Update dependency packaging to v24 --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f8560ea8..088813c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ "pyyaml==6.0.1", "jsonargparse==4.32.0", "python-slugify==8.0.4", - "packaging==23.2", + "packaging==24.2", "distro==1.9.0", ] diff --git a/requirements.txt b/requirements.txt index f0c1dc22..621a0c68 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,5 +4,5 @@ netifaces2==0.0.22 pyyaml==6.0.1 jsonargparse==4.32.0 python-slugify==8.0.4 -packaging==23.2 +packaging==24.2 distro==1.9.0