diff --git a/pyproject.toml b/pyproject.toml index 123d283..c2bae64 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.4.0", + "build==1.4.1", "pyinstaller==6.19.0", "twine==6.2.0", ]