chore(deps): bump pyinstaller from 6.14.2 to 6.15.0
Type: Pull Request
State: Open
Association: Contributor
Comments: 1
(11 months ago)
(11 months ago)
dependencies python
Bumps pyinstaller from 6.14.2 to 6.15.0.
Release notes
Sourced from pyinstaller's releases.
v6.15.0
Please see the v6.15.0 section of the changelog for a list of the changes since v6.14.2.
Changelog
Sourced from pyinstaller's changelog.
6.15.0 (2025-08-03)
Features
* Add Python 3.14 support. (:issue:`9192`)Bugfix
* (non-Windows) Ensure that binary dependency analysis creates symbolic links in top-level application directory for shared libraries that are not resolvable during binary dependency analysis but are nevertheless collected due to being explicitly collected by a hook or by the user. (:issue:`9186`) * Attempt to mitigate the issue with module exclusion when a top-level package hook excludes its own subpackage to prevent its collection in the absence of any external references; such exclusion rule would prevent collection of modules from such subpackage even when it is supposed to be collected due to an external reference (for example, an explicit import from the user's program). (:issue:`9193`) * Fix a bug in module exclusion part of analysis codepath that would cause certain types of relative imports to be misinterpreted and thus fail to exclude them. (:issue:`9197`) </code></pre> </blockquote> </details> <details> <summary>Commits</summary><ul>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/7c5dcd97a7679c5f3b04c43a0aae0ffeabe7462b"><code>7c5dcd9</code></a> Release v6.15.0. [skip ci]</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/7c6eca9c0408300fe59fa5d01f1538edc44964ee"><code>7c6eca9</code></a> bootloader: fix compile errors when building for 32-bit with MSVC</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/31da65c9fc21ef5d7eb6a1e60b01b4cfd43ee8ea"><code>31da65c</code></a> analysis: account for hook-excluded but externally-referenced subpackages</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/d258b14bc4f09284dc4ebcf05a36de549c0359fb"><code>d258b14</code></a> tests: add more subpackage exclusion tests</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/42dd4584c917242d41fe3303afe89c7504aadc18"><code>42dd458</code></a> analysis: module exclusion: fix module name construction for relative imports</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/39caee95cd8ef7f7b04fb0f2f6dfeded1423614a"><code>39caee9</code></a> tests: add test for subpackage exclusion from top-level package hook</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/a194f0d7b2d02450ae54019d2202974c3b0feb5e"><code>a194f0d</code></a> tests: run the module exclusion tests only in onedir mode</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/f2c42a3fa39e4ee9dba84e5a2d956256019992d0"><code>f2c42a3</code></a> ci: enable CI with python 3.14-dev and 3.14t-dev</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/42528d90d719fcbb88b850c57ede84e1854ae407"><code>42528d9</code></a> bootloader: implement string conversion to UTF-8 for PEP 741 codepath</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/0352806e7ed8a9c3515a214334763d375a57d931"><code>0352806</code></a> bootloader: implement UTF8-naive PEP 741 configuration</li>
<li>Additional commits viewable in <a href="https://github.com/pyinstaller/pyinstaller/compare/v6.14.2...v6.15.0">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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Pull Request Statistics
0
0
+0
-0
Package Dependencies
Technical Details
| ID: | 4564958 |
| UUID: | 3290242808 |
| Node ID: | PR_kwDOOP9b086iDB2h |
| Host: | GitHub |
| Repository: | remarkablemark/python_cli_template |