Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 1, 2025

Bumps pyinstaller-hooks-contrib from 2025.4 to 2025.8.

Release notes

Sourced from pyinstaller-hooks-contrib's releases.

v2025.8

Please see the changelog for more details

v2025.7

Please see the changelog for more details

v2025.6

Please see the changelog for more details

v2025.5

Please see the changelog for more details

Changelog

Sourced from pyinstaller-hooks-contrib's changelog.

2025.8 (2025-07-27)

New hooks


* Add hook for ``uuid6``, which, starting with version 2025.0.1, requires
  its metadata to be collected. (`[#929](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/929)
  <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/929>`_)

Updated hooks

  • shapely hook: extend the search for geos_c DLL to also look for an alternative name with lib prefix (i.e., libgeos_c), which is used in MSYS2 environment. ([#927](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/927) <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/927>_)
  • Adjust the value of automatically-raised recursion limit (which :issue:925 set at 5000); for Windows builds of python 3.8 - 3.10 and python 3.9 available under Cygwin, the value needs to be lowered to 1900, as higher values lead to python interpreter crash in scenarios when recursion level actually approaches the limit (for example, the recursion limit test in the main PyInstaller repository). ([#928](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/928) <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/928>_)
  • Update gribapi hook for compatibility with eccodes 2.43.0; add hooks for eccodeslib, eckitlib, and fckitlib, which now provide the bundled shared libraries on non-Windows systems. ([#930](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/930) <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/930>_)
  • Update the run-time hook for findlibs for improved compatibility with findlibs > 1.0.0; avoid providing a default value for pkg_name argument in our findlibs.find() override, and instead forward the original value (i.e., None) to the original find() implementation. ([#930](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/930) <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/930>_)

2025.7 (2025-07-22)

Updated hooks


* Automatically raise the recursion limit to at least 5000 when the
  ``_pyinstaller_hooks_contrib`` module is loaded, rather than raising
  the recursion limit on per-hook basis. (`[#925](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/925)
  <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/925>`_)
* Update ``sklearn`` hooks for compatibility with ``scikit-learn`` 1.7.1.
  (`[#925](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/925)
  <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/925>`_)
</tr></table> 

... (truncated)

Commits
  • 2770126 Release v2025.8
  • b90768c Tests: Requirements: Scheduled weekly dependency update for week 30 (#930)
  • 8ccb33e tests: bump eccodes version to 2.43.0
  • b7dc8b3 hooks: update eccodes hooks for compatibility with eccodes 2.43.0
  • 26fa44d rthooks: findlibs: avoid overriding pkg_name argument
  • 66962d6 hooks: add hook for uuid6
  • 295f061 Adjust the automatically-raised recursion limit
  • 8a4cf93 Update hook-shapely.py (#927)
  • c1b8e99 Release v2025.7
  • 2fa905b Automatically raise recursion limit
  • Additional commits viewable in compare view

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)

Bumps [pyinstaller-hooks-contrib](https://github.com/pyinstaller/pyinstaller-hooks-contrib) from 2025.4 to 2025.8.
- [Release notes](https://github.com/pyinstaller/pyinstaller-hooks-contrib/releases)
- [Changelog](https://github.com/pyinstaller/pyinstaller-hooks-contrib/blob/master/CHANGELOG.rst)
- [Commits](pyinstaller/pyinstaller-hooks-contrib@v2025.4...v2025.8)

---
updated-dependencies:
- dependency-name: pyinstaller-hooks-contrib
  dependency-version: '2025.8'
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Aug 1, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 1, 2025

Superseded by #192.

@dependabot dependabot bot closed this Oct 1, 2025
@dependabot dependabot bot deleted the dependabot/pip/pyinstaller-hooks-contrib-2025.8 branch October 1, 2025 05:01
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.

1 participant