Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 16, 2025

Bumps pyinstaller from 4.2 to 6.0.0.

Release notes

Sourced from pyinstaller's releases.

v6.0.0

Please see the v6.0.0 section of the changelog for a list of the changes since v5.13.2.

v5.13.2

Please see the v5.13.2 section of the changelog for a list of the changes since v5.13.1.

v5.13.1

Please see the v5.13.1 section of the changelog for a list of the changes since v5.13.0. Note that this is a bugfix only release. It's primary purpose is to publish pyinstaller/pyinstaller#7827.

v5.13.0

Please see the v5.13.0 section of the changelog for a list of the changes since v5.12.0.

Note that this is intended to be the last v5.x release. v6.0 will contain breaking changes from #7619, #7713 and #6999. If you want to avoid unexpected disruption, you may wish to pin pyinstaller (e.g. pip install "pyinstaller<6").

v5.12.0

Please see the v5.12.0 section of the changelog for a list of the changes since v5.11.0.

v5.11.0

Please see the v5.11.0 section of the changelog for a list of the changes since v5.10.1.

v5.10.1

Please see the v5.10.1 section of the changelog for a list of the changes since v5.10.0.

v5.10.0

Please see the v5.10.0 section of the changelog for a list of the changes since v5.9.0.

v5.9.0

Please see the v5.9.0 section of the changelog for a list of the changes since v5.8.0.

v5.8.0

Please see the v5.8.0 section of the changelog for a list of the changes since v5.7.0.

v5.7.0

Please see the v5.7.0 section of the changelog for a list of the changes since v5.6.2.

v5.6.2

Please see the v5.6.2 section of the changelog for a list of the changes since v5.6.1.

v5.6.1

Please see the v5.6.1 section of the changelog for a list of the changes since v5.6.

v5.6

Please see the v5.6 section of the changelog for a list of the changes since v5.5.

v5.5

Please see the v5.5 section of the changelog for a list of the changes since v5.4.1.

v5.4.1

Please see the v5.4.1 section of the changelog for a list of the changes since v5.4.

... (truncated)

Changelog

Sourced from pyinstaller's changelog.

6.14.2 (2025-07-04)

Bugfix

    
* Exclude ``libsocket.so`` on Solaris as this is specific to the Solaris
  installation and causes symbol errors otherwise. (:issue:`9171`)

Hooks


* Update ``scipy`` hooks for compatibility with ``scipy`` 1.6.0.
  (:issue:`9180`)

Bootloader build
</code></pre>
<ul>
<li>Fix compiling bootloader on Solaris 10 systems. (:issue:<code>9171</code>)</li>
</ul>
<h2>6.14.1 (2025-06-08)</h2>
<p>Hooks</p>
<pre><code>

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

6.14.0 (2025-06-03)

Bugfix
</code></pre>
<ul>
<li>(AIX) Fix the name of Tcl and Tk shared libraries used by splash screen;
if said shared libraries are <code>.a</code> archives, we need to load the shared
object from the archives (e.g., <code>libtcl.a(libtcl.so.8.6)</code> and
<code>libtk.a(libtk.so.8.6)</code>). (:issue:<code>9111</code>)</li>
<li>(AIX) Fix use of <code>strip</code> utility on collected binaries; pass the
<code>-x32_64</code>
flag to enable transparent processing of either 32-bit or 64-bit binaries.
Suppress warnings on <code>strip</code> errors when a collected binary is already
stripped. (:issue:<code>9111</code>)</li>
<li>(Windows) Fix collection of DLLs from Anaconda-installed <code>numpy</code> and
its dependencies (MKL, OpenBLAS, TBB, etc.) when the file paths recorded</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>

<ul>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/7001defa6f8cbbd23d880e609693ae62452d1b34&quot;&gt;&lt;code&gt;7001def&lt;/code&gt;&lt;/a> Release v6.0.0. [skip ci]</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/87cda61c094bbd954c81c9b9e5106eaed3244657&quot;&gt;&lt;code&gt;87cda61&lt;/code&gt;&lt;/a> building: fix executable-bit preservation for collected shell scripts</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/d1adaed16d3da73fabf1cc6bfb63d897826d3ccd&quot;&gt;&lt;code&gt;d1adaed&lt;/code&gt;&lt;/a> tests: add a test with bundled shell script</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/8bbc4f72bcd5e7ff807698dad31eb6fd5ee895e9&quot;&gt;&lt;code&gt;8bbc4f7&lt;/code&gt;&lt;/a> bootloader: onefile: set executable bit only on extracted binaries</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/3bd5160ee7f3c865e57828e15b0a25a1cd5a2f61&quot;&gt;&lt;code&gt;3bd5160&lt;/code&gt;&lt;/a> building: use <code>shutil.copyfile</code> when copying files into onedir build</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/3b4099bdb19276e1f52c6198670351266ae7dda8&quot;&gt;&lt;code&gt;3b4099b&lt;/code&gt;&lt;/a> Cherry pick v5 release commits into develop. [skip ci]</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/962ac8ff4c3c944beae1b797468fcb66207b761d&quot;&gt;&lt;code&gt;962ac8f&lt;/code&gt;&lt;/a> hookutils: remove requirements_for_package</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/984545a775009692b61d8fda125f5e76cb23b678&quot;&gt;&lt;code&gt;984545a&lt;/code&gt;&lt;/a> hookutils: adjust behavior of collect_data_files with include_py_files</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/deb6613da84c2764e81545229abbb69b40212739&quot;&gt;&lt;code&gt;deb6613&lt;/code&gt;&lt;/a> hookutils: have collect_all look up the dist from package name</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/e4e6ea345bc0c43962c9264032c15a97800548ad&quot;&gt;&lt;code&gt;e4e6ea3&lt;/code&gt;&lt;/a> hookutils: implement replacement for is_module_satisfies</li>
<li>Additional commits viewable in <a href="https://github.com/pyinstaller/pyinstaller/compare/v4.2...v6.0.0&quot;&gt;compare view</a></li>
</ul>
</details>

<br />

Dependabot compatibility score

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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [pyinstaller](https://github.com/pyinstaller/pyinstaller) from 4.2 to 6.0.0.
- [Release notes](https://github.com/pyinstaller/pyinstaller/releases)
- [Changelog](https://github.com/pyinstaller/pyinstaller/blob/develop/doc/CHANGES.rst)
- [Commits](pyinstaller/pyinstaller@v4.2...v6.0.0)

---
updated-dependencies:
- dependency-name: pyinstaller
  dependency-version: 6.0.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 Sep 16, 2025
@JasonGlazer JasonGlazer merged commit 5c41f54 into main Sep 16, 2025
0 of 4 checks passed
@dependabot dependabot bot deleted the dependabot/pip/pyinstaller-6.0.0 branch September 16, 2025 18:51
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.

2 participants