build(dist): update pyinstaller - #2015
Open
amilcarlucas wants to merge 1 commit into
Open
Conversation
Contributor
There was a problem hiding this comment.
Warning
Copilot couldn't run its full agentic review because it didn't start before the timeout. Make sure your repository has a runner available, or add a copilot-code-review.yml file specifying one with the runs-on attribute. See the docs for more details.
Pull request overview
Updates the distribution build dependency pins to newer PyInstaller and hooks versions across Windows/macOS/Linux.
Changes:
- Bump
pyinstallerfrom6.20.0to6.22.2in dist dependency groups - Bump
pyinstaller-hooks-contribfrom2026.6to2026.7in dist dependency groups
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Comment on lines
102
to
122
| win_dist = [ | ||
| "pip==26.2.1", | ||
| "pywin32==312", | ||
| "pyinstaller==6.20.0", | ||
| "pyinstaller-hooks-contrib==2026.6", | ||
| "pyinstaller==6.22.2", | ||
| "pyinstaller-hooks-contrib==2026.7", | ||
| "packaging==26.3", | ||
| ] | ||
|
|
||
| mac_dist = [ | ||
| "pip==26.2.1", | ||
| "pyinstaller==6.20.0", | ||
| "pyinstaller-hooks-contrib==2026.6", | ||
| "pyinstaller==6.22.2", | ||
| "pyinstaller-hooks-contrib==2026.7", | ||
| "packaging==26.3", | ||
| ] | ||
|
|
||
| linux_dist = [ | ||
| "pip==26.2.1", | ||
| "pyinstaller==6.20.0", | ||
| "pyinstaller-hooks-contrib==2026.6", | ||
| "pyinstaller==6.22.2", | ||
| "pyinstaller-hooks-contrib==2026.7", | ||
| "packaging==26.3", | ||
| ] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
build(dist): update pyinstaller
Checklist
git commit --signoff)Testing
Describe how you tested these changes: