diff --git a/pyproject.toml b/pyproject.toml index 67a0c66..7e28659 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ python_cli_template = "python_cli_template.cli:main" [project.optional-dependencies] build = [ - "build==1.3.0", + "build==1.4.0", "pyinstaller==6.17.0", "twine==6.2.0", ]