Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump pyinstaller from 5.12.0 to 6.6.0 #8639

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements-build.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Requirements we need to run our build jobs for the installers.
# We create the separation for cases where we're doing installation
# from a local dependency directory instead of requirements.txt.
PyInstaller==5.12.0
PyInstaller==6.6.0
2 changes: 1 addition & 1 deletion requirements/portable-exe-extras.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pyinstaller==5.12.0
pyinstaller==6.6.0
# pyinstaller takes a dependency on importlib_metadata,
# conditional on the Python version. This generates lockfiles
# that fail to install on some Python versions supported by v2.
Expand Down