diff --git a/pyproject.toml b/pyproject.toml index a80a464..4640041 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ python-cli-template = "python_cli_template.cli:main" [project.optional-dependencies] build = [ - "build==1.5.1", + "build==1.6.0", "pyinstaller==6.22.2", "twine==7.0.0", ]