Skip to content

⬆️ Update pyinstaller requirement from ~=6.13.0 to ~=6.14.0 #782

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

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Updates the requirements on pyinstaller to permit the latest version.

Release notes

Sourced from pyinstaller's releases.

v6.14.0

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

Changelog

Sourced from pyinstaller's changelog.

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


* Add pre-safe-import-module hook for ``gi.overrides`` to properly handle
  cases where the ``gi.overrides`` package is split between
  ``/usr/lib64/python3.X/site-packages/gi/overrides`` and
  ``/usr/lib/python3.X/site-packages/gi/overrides`` (i.e., RPM packages
  for Fedora/RHEL and their derivatives, such as openEuler). (:issue:`9126`)
* Have the ``pytz`` hook exclude ``pkg_resources``, to prevent the latter
  from being collected due to a reference in the fallback resource
  loading codepath in ``pytz`` that should normally not be reached.
  (:issue:`9154`)
</tr></table> 
</code></pre>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>

<ul>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/776a57a6b07cb2c71f02018953610bcbfcdaf0aa&quot;&gt;&lt;code&gt;776a57a&lt;/code&gt;&lt;/a> Release v6.14.0. [skip ci]</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/19e8d04cdd33d5d76bf55b950538b65fb7209448&quot;&gt;&lt;code&gt;19e8d04&lt;/code&gt;&lt;/a> bootloader: fix bug in error-handling code in pyi_pyconfig.c</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/09ca4bfce5f4e207411ceade98c4b0a91edb444a&quot;&gt;&lt;code&gt;09ca4bf&lt;/code&gt;&lt;/a> rthooks: pkg_resources: suppress deprecation warning during import</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/5e7659d468aa9193ab96baf98172010887ba508f&quot;&gt;&lt;code&gt;5e7659d&lt;/code&gt;&lt;/a> hooks: exclude pkg_resources in the pytz hook</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/92e79d2dcbfa6b0c02c6eaffd17e093f784d7d67&quot;&gt;&lt;code&gt;92e79d2&lt;/code&gt;&lt;/a> hooks: remove hook-packaging.py</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/60b6db90d522cc585be0aafdc487035e3105e0af&quot;&gt;&lt;code&gt;60b6db9&lt;/code&gt;&lt;/a> modulegraph: suppress pkg_resources deprecation warning</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/536950754ee185d8383b422143a985a466f00128&quot;&gt;&lt;code&gt;5369507&lt;/code&gt;&lt;/a> tests: remove individual pytest.mark.timeout() marks</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/07405f0a3b1f483b4a988f0380e6df137943fd05&quot;&gt;&lt;code&gt;07405f0&lt;/code&gt;&lt;/a> tests: remove xfail mark from recursion-limit tests</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/7a62ea92977de8ac550fa158d4c6174e246e0963&quot;&gt;&lt;code&gt;7a62ea9&lt;/code&gt;&lt;/a> analysis: keep track of modules that are not collected into PYZ archive</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/a521b4aa839657183155a0fa0aa80f2a92ee5345&quot;&gt;&lt;code&gt;a521b4a&lt;/code&gt;&lt;/a> tests: run a dummy subprocess at the start of test_pipe_leakage</li>
<li>Additional commits viewable in <a href="https://github.com/pyinstaller/pyinstaller/compare/v6.13.0...v6.14.0&quot;&gt;compare view</a></li>
</ul>
</details>

<br />

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)

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.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jun 3, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 9, 2025

Superseded by #789.

@dependabot dependabot bot closed this Jun 9, 2025
@dependabot dependabot bot deleted the dependabot/pip/pyinstaller-approx-eq-6.14.0 branch June 9, 2025 22:12
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.

0 participants