Skip to content

⬆️ Update pyinstaller requirement from ~=6.13.0 to ~=6.14.1 #789

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

Merged
merged 1 commit into from
Jun 17, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 9, 2025

Updates the requirements on pyinstaller to permit the latest version.

Release notes

Sourced from pyinstaller's releases.

v6.14.1

Please see the v6.14.1 section of the changelog for a list of the changes since v6.14.0.

Changelog

Sourced from pyinstaller's changelog.

6.14.1 (2025-06-08)

Hooks


* Update the ``numpy`` hook for compatibility with NumPy v2.3.0.
  (:issue:`9162`)

6.14.0 (2025-06-03)

Bugfix

  • (AIX) Fix the name of Tcl and Tk shared libraries used by splash screen; if said shared libraries are .a archives, we need to load the shared object from the archives (e.g., libtcl.a(libtcl.so.8.6) and libtk.a(libtk.so.8.6)). (:issue:9111)
  • (AIX) Fix use of strip utility on collected binaries; pass the -x32_64 flag to enable transparent processing of either 32-bit or 64-bit binaries. Suppress warnings on strip errors when a collected binary is already stripped. (:issue:9111)
  • (Windows) Fix collection of DLLs from Anaconda-installed numpy and its dependencies (MKL, OpenBLAS, TBB, etc.) when the file paths recorded in the metadata end up using Windows-style separators instead of POSIX ones. (:issue:9113)
  • Fix behavior of :option:--add-data and :option:--add-binary when the given source path contains a glob that matches directories. PyInstaller now collects the matched directories themselves into the specified target directory instead of collecting their content into the specified target directory (i.e., the directories are preserved). This ensures that --add-data data_dir:data_dir and --add-data data_dir/*:data_dir end up behaving in the same way when the data directory contains sub-directories. (:issue:9108)
  • The Analysis() class now keeps track of pure-python modules that are not collected into PYZ archive (i.e., are not listed in the Analysis.pure TOC list); the corresponding entries are added to a separate TOC list that is also under modification-time check, which allows us to detect modifications and re-run the analysis. (:issue:9135)
  • When collecting files for splash screen, suppress warning about license.terms not being found in the tk8.x directory; this seems to be the case in most Tcl/Tk installations found on POSIX systems. (:issue:9111)

Hooks

</tr></table> 

... (truncated)

Commits
  • cef4d53 Release v6.14.1. [skip ci]
  • 6d4df84 Tests: Requirements: Scheduled weekly dependency update for week 23 (#9163)
  • 793245d ci: python-pillow package is not available for msys2/mingw32 anymore
  • 976b690 hooks: update numpy hook for compatibility with NumPy v2.3.0
  • 776a57a Release v6.14.0. [skip ci]
  • 19e8d04 bootloader: fix bug in error-handling code in pyi_pyconfig.c
  • 09ca4bf rthooks: pkg_resources: suppress deprecation warning during import
  • 5e7659d hooks: exclude pkg_resources in the pytz hook
  • 92e79d2 hooks: remove hook-packaging.py
  • 60b6db9 modulegraph: suppress pkg_resources deprecation warning
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jun 9, 2025
Updates the requirements on [pyinstaller](https://github.com/pyinstaller/pyinstaller) to permit the latest version.
- [Release notes](https://github.com/pyinstaller/pyinstaller/releases)
- [Changelog](https://github.com/pyinstaller/pyinstaller/blob/develop/doc/CHANGES.rst)
- [Commits](pyinstaller/pyinstaller@v6.13.0...v6.14.1)

---
updated-dependencies:
- dependency-name: pyinstaller
  dependency-version: 6.14.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/pyinstaller-approx-eq-6.14.1 branch from 7e3982f to ad196fe Compare June 17, 2025 19:01
@mathoudebine mathoudebine merged commit 154367b into main Jun 17, 2025
35 checks passed
@dependabot dependabot bot deleted the dependabot/pip/pyinstaller-approx-eq-6.14.1 branch June 17, 2025 19:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant