Bump pyinstaller from 6.2.0 to 6.3.0 (#6576)

Bumps [pyinstaller](https://github.com/pyinstaller/pyinstaller) from
6.2.0 to 6.3.0.
<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.3.0</h2>
<p>Please see the <a
href="https://pyinstaller.org/en/v6.3.0/CHANGES.html#id1">v6.3.0 section
of the changelog</a> for a list of the changes since v6.2.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.3.0 (2023-12-10)</h2>
<p>Bugfix</p>
<pre><code>
* (Linux) Optimize the automatic binary-vs-data classification by
avoiding
  ``objdump`` based check on files that do not have ELF signature. This
mitigates noticeably longer analysis times for projects with large
number of
  (data) files. (:issue:`8148`)
* (Windows) Add Windows error code 110 (``ERROR_OPEN_FAILED``) to the
list of
error codes eligible for the retry mechanism that attempts to mitigate
build
  failures due to anti-virus program interference. (:issue:`8138`)
* (Windows) Fix issue with non-functional :func:`time.sleep()` when
building
  program with Python &lt;= 3.8.6 or Python 3.9.0. (:issue:`8104`)
* (Windows) Fix issue with splash screen in ``onefile`` mode failing to
extract
``VCRUNTIME140.dll`` from the archive due to character-case mismatch. We
now
  perform case-insensitive comparison between the name listed in splash
  dependency list and the names in archive TOC. (:issue:`8103`)
* Fix PEP 597 EncodingWarnings when :envvar:`PYTHONWARNDEFAULTENCODING`
is set
  to true. (:issue:`8117`)
* Fix pre-safe-import hooks for ``six.moves``,
``urllib3.packages.six.moves``,
and ``setuptools.extern.six.moves`` to gracefully handle cases when the
corresponding ``six`` package is unavailable, as the hook may end up
being
  executed even in that case. (:issue:`8145`)
* Fix symbolic link tracking in ``MERGE`` processing, so that distinct
symbolic
links with same relative target (e.g. ``Current -&gt; A`` symbolic links
in Qt
.framework bundles collected on macOS) are properly processed, and kept
in the
  original TOC upon their first occurrence. (:issue:`8124`)
<p>Hooks</p>
<pre><code>
* Add hook for ``gi.repository.DBus``. (:issue:`8149`)
* Add hooks for ``gi.repository.AppIndicator3`` and
  ``gi.repository.AyatanaAppIndicator3``. (:issue:`8149`)


Bootloader
&lt;/code&gt;&lt;/pre&gt;
&lt;ul&gt;
&lt;li&gt;When setting up embedded Python interpreter configuration, set
&lt;code&gt;PyConfig.install_signal_handlers=1&lt;/code&gt; to install
signal handlers.
This matches the behavior of PyInstaller 5.x bootloaders, where
interpreter
was initialized via &lt;code&gt;Py_Initialize()&lt;/code&gt;, which in
turn calls
&lt;code&gt;Py_InitializeEx(1)&lt;/code&gt;, i.e., with
&lt;code&gt;install_sigs=1&lt;/code&gt;.
(:issue:&lt;code&gt;8105&lt;/code&gt;)&lt;/li&gt;
&lt;/ul&gt;
&lt;/blockquote&gt;
&lt;/details&gt;
&lt;details&gt;
&lt;summary&gt;Commits&lt;/summary&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a
href=&quot;f563dce1e8&quot;&gt;&lt;code&gt;f563dce&lt;/code&gt;&lt;/a&gt;
Release v6.3.0. [skip ci]&lt;/li&gt;
&lt;li&gt;&lt;a
href=&quot;79aa828e13&quot;&gt;&lt;code&gt;79aa828&lt;/code&gt;&lt;/a&gt;
hooks: gi: add hook for gi.repository.DBus&lt;/li&gt;
&lt;li&gt;&lt;a
href=&quot;3f42b9574f&quot;&gt;&lt;code&gt;3f42b95&lt;/code&gt;&lt;/a&gt;
hooks: gi: add hooks for AppIndicator3 and
AyatanaAppIndicator3&lt;/li&gt;
&lt;li&gt;&lt;a
href=&quot;b262373f68&quot;&gt;&lt;code&gt;b262373&lt;/code&gt;&lt;/a&gt;
Tests: Requirements: Scheduled weekly dependency update for week 50
(&lt;a
href=&quot;https://redirect.github.com/pyinstaller/pyinstaller/issues/8157&quot;&gt;#8157&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;&lt;a
href=&quot;0f51fca360&quot;&gt;&lt;code&gt;0f51fca&lt;/code&gt;&lt;/a&gt;
bindepend: optimize binary-vs-data classification on linux&lt;/li&gt;
&lt;li&gt;&lt;a
href=&quot;14af1e7143&quot;&gt;&lt;code&gt;14af1e7&lt;/code&gt;&lt;/a&gt;
building: add an INFO message at start of binary-vs-data
reclassification&lt;/li&gt;
&lt;li&gt;&lt;a
href=&quot;8c4d099e5f&quot;&gt;&lt;code&gt;8c4d099&lt;/code&gt;&lt;/a&gt;
pre-safe-import-hooks: create six.move runtime package only if six is
available&lt;/li&gt;
&lt;li&gt;&lt;a
href=&quot;ac91826b1f&quot;&gt;&lt;code&gt;ac91826&lt;/code&gt;&lt;/a&gt;
pre-safe-import-hooks: gracefully handle cases when six is
unavailable&lt;/li&gt;
&lt;li&gt;&lt;a
href=&quot;bb1b306cca&quot;&gt;&lt;code&gt;bb1b306&lt;/code&gt;&lt;/a&gt;
Tests: Requirements: Scheduled weekly dependency update for week 49
(&lt;a
href=&quot;https://redirect.github.com/pyinstaller/pyinstaller/issues/8142&quot;&gt;#8142&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;&lt;a
href=&quot;ac7f6835c2&quot;&gt;&lt;code&gt;ac7f683&lt;/code&gt;&lt;/a&gt;
building: retry mechanism: enable retry on winerror 110&lt;/li&gt;
&lt;li&gt;Additional commits viewable in &lt;a
href=&quot;https://github.com/pyinstaller/pyinstaller/compare/v6.2.0...v6.3.0&quot;&gt;compare
view&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/details&gt;

&lt;br /&gt;
</code></pre>


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pyinstaller&package-manager=pip&previous-version=6.2.0&new-version=6.3.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-01-02 06:38:17 +01:00 committed by GitHub
parent 95c5bf9d5d
commit 0aee9914c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ dev = [
"click>=7.0,<8.2",
"hypothesis>=5.8,<7",
"pdoc>=4.0.0",
"pyinstaller==6.2.0",
"pyinstaller==6.3.0",
"pytest-asyncio>=0.17,<0.22",
"pytest-cov>=2.7.1,<4.2",
"pytest-timeout>=1.3.3,<2.3",