diff --git a/pyproject.toml b/pyproject.toml index 17c4e86..f393e8a 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 21c79b3..04a83a8 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