Skip to content

Bump the pip-dependencies group in /installer/packages/trik-studio/ru.qreal.root.trik.core/meta with 2 updates#1929

Merged
iakov merged 1 commit intomasterfrom
dependabot/pip/installer/packages/trik-studio/ru.qreal.root.trik.core/meta/pip-dependencies-cb497ec328
Apr 22, 2025
Merged

Bump the pip-dependencies group in /installer/packages/trik-studio/ru.qreal.root.trik.core/meta with 2 updates#1929
iakov merged 1 commit intomasterfrom
dependabot/pip/installer/packages/trik-studio/ru.qreal.root.trik.core/meta/pip-dependencies-cb497ec328

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 21, 2025

Bumps the pip-dependencies group in /installer/packages/trik-studio/ru.qreal.root.trik.core/meta with 2 updates: pyinstaller and numpy.

Updates pyinstaller from 6.12.0 to 6.13.0

Release notes

Sourced from pyinstaller's releases.

v6.13.0

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

Changelog

Sourced from pyinstaller's changelog.

6.13.0 (2025-04-15)

Features


* (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
  <https://developer.apple.com/documentation/technotes/tn3178-checking-for-and-resolving-build-uuid-problems>`_,
  which might be required by newer macOS features, such as
  `local network privacy
  <https://developer.apple.com/documentation/technotes/tn3179-understanding-local-network-privacy#Build-time-considerations>`_.
  (: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`)

Bugfix


* (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 &lt;= number &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
</code></pre>
<ul>
<li>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:<code>9049</code>)</li>
</ul>
<p>Hooks</p>
<pre><code>

  • Add hook for PyQt6.QtStateMachine that was introduced in PyQt6
    &lt;/tr&gt;&lt;/table&gt;
    </code></pre>
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Commits</summary>

<ul>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/306d4d92580fea7be7ff2c89ba112cdc6f73fac1&quot;&gt;&lt;code&gt;306d4d9&lt;/code&gt;&lt;/a> Release v6.13.0. [skip ci]</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/c5eb50cfb41eae75c9afc5535cd633e349606c1b&quot;&gt;&lt;code&gt;c5eb50c&lt;/code&gt;&lt;/a> hookutils: setuptools: fix detection of vendored modules</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/4c2d04f436e3aa3194938cddf3520033674e0c22&quot;&gt;&lt;code&gt;4c2d04f&lt;/code&gt;&lt;/a> tests: skip incompatible tests when running under Termux</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/67eb3f5f3459a4beb63c3982d161d8d948d2ae0a&quot;&gt;&lt;code&gt;67eb3f5&lt;/code&gt;&lt;/a> compat: add is_termux flag</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/d403842f4a2ea52bb05771ff5ce8b8136a90f693&quot;&gt;&lt;code&gt;d403842&lt;/code&gt;&lt;/a> ci: add a CI workflow for Termux</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/9c8665913e0a5440cab29711fe07612435d34385&quot;&gt;&lt;code&gt;9c86659&lt;/code&gt;&lt;/a> tests: xfail test_reproducible_subsequent_builds for python &lt; 3.11 on linux</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/d29458f5468cec40cce3b5bcc4763a1067dfe5f9&quot;&gt;&lt;code&gt;d29458f&lt;/code&gt;&lt;/a> Tests: Requirements: Scheduled weekly dependency update for week 15 (<a href="https://redirect.github.com/pyinstaller/pyinstaller/issues/9097&quot;&gt;#9097&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/97372400c13440c65d061bf4514c9f76fdae8480&quot;&gt;&lt;code&gt;9737240&lt;/code&gt;&lt;/a> bootloader: have onefile parent always pre-load system VC runtime DLLs</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/1b94ea1d64d83f4c5faafe2cda793e6834d4e768&quot;&gt;&lt;code&gt;1b94ea1&lt;/code&gt;&lt;/a> bootloader: perform onefile parent/child sync with POSIX semaphore</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/eb236fb4f05d1f0715602a3efdda530233aff8c9&quot;&gt;&lt;code&gt;eb236fb&lt;/code&gt;&lt;/a> Tests: Requirements: Scheduled weekly dependency update for week 14 (<a href="https://redirect.github.com/pyinstaller/pyinstaller/issues/9090&quot;&gt;#9090&lt;/a&gt;)&lt;/li>
<li>Additional commits viewable in <a href="https://github.com/pyinstaller/pyinstaller/compare/v6.12.0...v6.13.0&quot;&gt;compare view</a></li>
</ul>
</details>

<br />

Updates numpy from 2.2.4 to 2.2.5

Release notes

Sourced from numpy's releases.

v2.2.5 (Apr 19, 2025)

NumPy 2.2.5 Release Notes

NumPy 2.2.5 is a patch release that fixes bugs found after the 2.2.4 release. It has a large number of typing fixes/improvements as well as the normal bug fixes and some CI maintenance.

This release supports Python versions 3.10-3.13.

Contributors

A total of 7 people contributed to this release. People with a "+" by their names contributed a patch for the first time.

  • Charles Harris
  • Joren Hammudoglu
  • Baskar Gopinath +
  • Nathan Goldbaum
  • Nicholas Christensen +
  • Sayed Adel
  • karl +

Pull requests merged

A total of 19 pull requests were merged for this release.

  • #28545: MAINT: Prepare 2.2.x for further development
  • #28582: BUG: Fix return type of NpyIter_GetIterNext in Cython declarations
  • #28583: BUG: avoid deadlocks with C++ shared mutex in dispatch cache
  • #28585: TYP: fix typing errors in _core.strings
  • #28631: MAINT, CI: Update Ubuntu to 22.04 in azure-pipelines
  • #28632: BUG: Set writeable flag for writeable dlpacks.
  • #28633: BUG: Fix crackfortran parsing error when a division occurs within...
  • #28650: TYP: fix ndarray.tolist() and .item() for unknown dtype
  • #28654: BUG: fix deepcopying StringDType arrays (#28643)
  • #28661: TYP: Accept objects that write() to str in savetxt
  • #28663: CI: Replace QEMU armhf with native (32-bit compatibility mode)
  • #28682: SIMD: Resolve Highway QSort symbol linking error on aarch32/ASIMD
  • #28683: TYP: add missing "b1" literals for dtype[bool]
  • #28705: TYP: Fix false rejection of NDArray[object_].__abs__()
  • #28706: TYP: Fix inconsistent NDArray[float64].__[r]truediv__ return...
  • #28723: TYP: fix string-like ndarray rich comparison operators
  • #28758: TYP: some [arg]partition fixes
  • #28772: TYP: fix incorrect random.Generator.integers return type
  • #28774: TYP: fix count_nonzero signature

Checksums

MD5

... (truncated)

Commits
  • 7be8c1f Merge pull request #28777 from charris/prepare-2.2.5
  • d561f09 REL: Prepare for the NumPy 2.2.5 release [wheel build]
  • b3e772c Merge pull request #28774 from charris/backport-28750
  • 9005fc1 TYP: Update numpy/_core/numeric.pyi
  • 8adcf87 TYP: fix count_nonzero signature
  • 29f6e15 Merge pull request #28772 from charris/backport-28738
  • b0c01d5 TYP: fix incorrect random.Generator.integers return type
  • c200e8c Merge pull request #28758 from charris/backport-28747
  • cbafc53 TYP: some [arg]partition fixes
  • 90fdcf9 Merge pull request #28723 from charris/backport-28717
  • Additional commits viewable in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the pip-dependencies group in /installer/packages/trik-studio/ru.qreal.root.trik.core/meta with 2 updates: [pyinstaller](https://github.com/pyinstaller/pyinstaller) and [numpy](https://github.com/numpy/numpy).


Updates `pyinstaller` from 6.12.0 to 6.13.0
- [Release notes](https://github.com/pyinstaller/pyinstaller/releases)
- [Changelog](https://github.com/pyinstaller/pyinstaller/blob/develop/doc/CHANGES.rst)
- [Commits](pyinstaller/pyinstaller@v6.12.0...v6.13.0)

Updates `numpy` from 2.2.4 to 2.2.5
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
- [Commits](numpy/numpy@v2.2.4...v2.2.5)

---
updated-dependencies:
- dependency-name: pyinstaller
  dependency-version: 6.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-dependencies
- dependency-name: numpy
  dependency-version: 2.2.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python labels Apr 21, 2025
@iakov iakov added this to the 2025.2 milestone Apr 22, 2025
@iakov iakov merged commit a371e9a into master Apr 22, 2025
22 of 23 checks passed
@iakov iakov deleted the dependabot/pip/installer/packages/trik-studio/ru.qreal.root.trik.core/meta/pip-dependencies-cb497ec328 branch April 22, 2025 09:19
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant