diff --git a/pyproject.toml b/pyproject.toml index ea46a1536..e24a491e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -96,7 +96,7 @@ scripts = [ pypi_dist = [ "build==1.4.2", - "packaging==26.0", + "packaging==26.1", "setuptools==82.0.1", ] @@ -104,13 +104,13 @@ win_dist = [ "pip==26.0.1", "pywin32==311", "pyinstaller==6.19.0", - "packaging==26.0", + "packaging==26.1", ] mac_dist = [ "pip==26.0.1", "pyinstaller==6.19.0", - "packaging==26.0", + "packaging==26.1", ] [project.scripts]