Skip to content

build(dist): update pyinstaller - #2015

Open
amilcarlucas wants to merge 1 commit into
masterfrom
Test_pyinstaller
Open

build(dist): update pyinstaller#2015
amilcarlucas wants to merge 1 commit into
masterfrom
Test_pyinstaller

Conversation

@amilcarlucas

Copy link
Copy Markdown
Collaborator

Description

build(dist): update pyinstaller

Checklist

  • Run pre-commit checks locally
  • Verified by a human programmer
  • All commits are signed off (use git commit --signoff)
  • Code follows our coding standards
  • Documentation updated if needed
  • No breaking changes or properly documented

Testing

Describe how you tested these changes:

  • Unit tests pass
  • Integration tests pass
  • Manual testing performed
  • Tested on flight controller hardware

Copilot AI lite review requested due to automatic review settings September 2, 2026 10:06

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 pyinstaller from 6.20.0 to 6.22.2 in dist dependency groups
  • Bump pyinstaller-hooks-contrib from 2026.6 to 2026.7 in dist dependency groups

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread pyproject.toml
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",
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants