Skip to content

Commit bcbe6e2

Browse files
authored
build(deps): update pyinstaller requirement from ==6.12.* to ==6.13.* (#662)
Updates the requirements on [pyinstaller](https://github.com/pyinstaller/pyinstaller) to permit the latest version. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pyinstaller/pyinstaller/releases">pyinstaller's releases</a>.</em></p> <blockquote> <h2>v6.13.0</h2> <p>Please see the <a href="https://pyinstaller.org/en/v6.13.0/CHANGES.html#id1">v6.13.0 section of the changelog</a> for a list of the changes since v6.12.0.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pyinstaller/pyinstaller/blob/develop/doc/CHANGES.rst">pyinstaller's changelog</a>.</em></p> <blockquote> <h2>6.13.0 (2025-04-15)</h2> <p>Features</p> <pre><code> * (macOS) When assembling the executable, PyInstaller now modifies the Mach-O image UUID of all architecture slices in the executable, and sets them to a value derived from the hash of the embedded PKG archive and the original (bootloader's) UUID. This should ensure that different application executables have unique identifiers, as per `TN3178 &lt;https://developer.apple.com/documentation/technotes/tn3178-checking-for-and-resolving-build-uuid-problems&gt;`_, which might be required by newer macOS features, such as `local network privacy &lt;https://developer.apple.com/documentation/technotes/tn3179-understanding-local-network-privacy#Build-time-considerations&gt;`_. (:issue:`9056`) * Extend analysis code so that when extension module is encountered, it checks for the presence of an adjacent ``.py`` or ``.pyi`` file, and if present, attempt to perform import analysis on such accompanying source/interface file. (:issue:`9084`) <p>Bugfix</p> <pre><code> * (Windows) Fix (de)serialization of ``WORD``-typed fields in the ``VersionInfo`` structure - it should be using 16-bit unsigned integer format (``'H'``) instead of signed one (``'h'``). This, for example, fixes the ``struct.error: 'h' format requires -32768 &amp;lt;= number &amp;lt;= 32767`` error when ``VersionInfo`` contains a ``VarFileInfo`` / ``VarStruct`` entry with the code page set to 65001. (:issue:`9086`) * Fix detection of ``setuptools``-vendored modules (i.e., not packages) in the ``PyInstaller.utils.hooks.setuptools.SetuptoolsInfo`` hook utility class; for example, the ``setuptools/_vendor/typing_extensions.py`` module. (:issue:`9102`) Deprecations &lt;/code&gt;&lt;/pre&gt; &lt;ul&gt; &lt;li&gt;Onefile in combination with macOS's .app bundles will be blocked in v7.0. Onefile app bundles are not really single file and are heavily penalised by macOS's security scanning. Please use onedir mode instead. (:issue:&lt;code&gt;9049&lt;/code&gt;)&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;Hooks&lt;/p&gt; &lt;pre&gt;&lt;code&gt; * Add hook for ``PyQt6.QtStateMachine`` that was introduced in ``PyQt6`` &amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt; &lt;/code&gt;&lt;/pre&gt; &lt;/blockquote&gt; &lt;p&gt;... (truncated)&lt;/p&gt; &lt;/details&gt; &lt;details&gt; &lt;summary&gt;Commits&lt;/summary&gt; &lt;ul&gt; &lt;li&gt;&lt;a href=&quot;pyinstaller/pyinstaller@306d4d92580fea7be7ff2c89ba112cdc6f73fac1&quot;&gt;&lt;code&gt;306d4d9&lt;/code&gt;&lt;/a&gt; Release v6.13.0. [skip ci]&lt;/li&gt; &lt;li&gt;&lt;a href=&quot;pyinstaller/pyinstaller@c5eb50cfb41eae75c9afc5535cd633e349606c1b&quot;&gt;&lt;code&gt;c5eb50c&lt;/code&gt;&lt;/a&gt; hookutils: setuptools: fix detection of vendored modules&lt;/li&gt; &lt;li&gt;&lt;a href=&quot;pyinstaller/pyinstaller@4c2d04f436e3aa3194938cddf3520033674e0c22&quot;&gt;&lt;code&gt;4c2d04f&lt;/code&gt;&lt;/a&gt; tests: skip incompatible tests when running under Termux&lt;/li&gt; &lt;li&gt;&lt;a href=&quot;pyinstaller/pyinstaller@67eb3f5f3459a4beb63c3982d161d8d948d2ae0a&quot;&gt;&lt;code&gt;67eb3f5&lt;/code&gt;&lt;/a&gt; compat: add is_termux flag&lt;/li&gt; &lt;li&gt;&lt;a href=&quot;pyinstaller/pyinstaller@d403842f4a2ea52bb05771ff5ce8b8136a90f693&quot;&gt;&lt;code&gt;d403842&lt;/code&gt;&lt;/a&gt; ci: add a CI workflow for Termux&lt;/li&gt; &lt;li&gt;&lt;a href=&quot;pyinstaller/pyinstaller@9c8665913e0a5440cab29711fe07612435d34385&quot;&gt;&lt;code&gt;9c86659&lt;/code&gt;&lt;/a&gt; tests: xfail test_reproducible_subsequent_builds for python &amp;lt; 3.11 on linux&lt;/li&gt; &lt;li&gt;&lt;a href=&quot;pyinstaller/pyinstaller@d29458f5468cec40cce3b5bcc4763a1067dfe5f9&quot;&gt;&lt;code&gt;d29458f&lt;/code&gt;&lt;/a&gt; Tests: Requirements: Scheduled weekly dependency update for week 15 (&lt;a href=&quot;https://redirect.github.com/pyinstaller/pyinstaller/issues/9097&quot;&gt;#9097&lt;/a&gt;)&lt;/li&gt; &lt;li&gt;&lt;a href=&quot;pyinstaller/pyinstaller@97372400c13440c65d061bf4514c9f76fdae8480&quot;&gt;&lt;code&gt;9737240&lt;/code&gt;&lt;/a&gt; bootloader: have onefile parent always pre-load system VC runtime DLLs&lt;/li&gt; &lt;li&gt;&lt;a href=&quot;pyinstaller/pyinstaller@1b94ea1d64d83f4c5faafe2cda793e6834d4e768&quot;&gt;&lt;code&gt;1b94ea1&lt;/code&gt;&lt;/a&gt; bootloader: perform onefile parent/child sync with POSIX semaphore&lt;/li&gt; &lt;li&gt;&lt;a href=&quot;pyinstaller/pyinstaller@eb236fb4f05d1f0715602a3efdda530233aff8c9&quot;&gt;&lt;code&gt;eb236fb&lt;/code&gt;&lt;/a&gt; Tests: Requirements: Scheduled weekly dependency update for week 14 (&lt;a href=&quot;https://redirect.github.com/pyinstaller/pyinstaller/issues/9090&quot;&gt;#9090&lt;/a&gt;)&lt;/li&gt; &lt;li&gt;Additional commits viewable in &lt;a href=&quot;pyinstaller/pyinstaller@v6.12.0...v6.13.0&quot;&gt;compare view&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; &lt;/details&gt; &lt;br /&gt; </code></pre> 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details>
2 parents 38859d1 + 67454f4 commit bcbe6e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/packaging.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Packaging
22
# ---------
33

4-
pyinstaller==6.12.*
4+
pyinstaller==6.13.*
55
pyinstaller-hooks-contrib==2025.*
66
pypiwin32==223 ; sys_platform == 'win32'

0 commit comments

Comments
 (0)