From 348d2a3393b0083b6fced90a99c28aa8c506a383 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 14:43:13 +0000 Subject: [PATCH] fix(deps): 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 17c4e865..f393e8ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ "pyyaml==6.0.2", "jsonargparse==4.35.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 21c79b38..04a83a8e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,5 +4,5 @@ netifaces2==0.0.22 pyyaml==6.0.2 jsonargparse==4.35.0 python-slugify==8.0.4 -packaging==23.2 +packaging==24.2 distro==1.9.0