Skip to content

Commit

Permalink
Merge pull request #1794 from mandiant/dependabot/pip/pyinstaller-6.0.0
Browse files Browse the repository at this point in the history
build(deps-dev): bump pyinstaller from 5.10.1 to 6.0.0
  • Loading branch information
mr-tz authored Oct 11, 2023
2 parents 312ad48 + f85ea91 commit 8b6fa35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/pyinstaller/pyinstaller.spec
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ exe = EXE(
name="capa",
icon="logo.ico",
debug=False,
strip=None,
strip=False,
upx=True,
console=True,
)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ dev = [
"types-protobuf==4.23.0.3",
]
build = [
"pyinstaller==5.10.1",
"pyinstaller==6.0.0",
"setuptools==68.0.0",
"build==1.0.3"
]
Expand Down

0 comments on commit 8b6fa35

Please sign in to comment.