diff --git a/pyproject.toml b/pyproject.toml index f8560ea..088813c 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 f0c1dc2..621a0c6 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