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