Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump pyinstaller-hooks-contrib from 2024.8 to 2025.2 #1934

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 24, 2025

Bumps pyinstaller-hooks-contrib from 2024.8 to 2025.2.

Release notes

Sourced from pyinstaller-hooks-contrib's releases.

v2025.2

Please see the changelog for more details

v2025.1

Please see the changelog for more details

v2025.0

Please see the changelog for more details

v2024.11

Please see the changelog for more details

v2024.10

Please see the changelog for more details

v2024.9

Please see the changelog for more details

Changelog

Sourced from pyinstaller-hooks-contrib's changelog.

2025.2 (2025-03-23)

New hooks


* Add hook for ``distributed`` package (i.e., ``dask.distributed``) to
  collect its data files and modules from ``distributed.http``. (`[#877](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/877)
  <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/877>`_)
* Add hook for ``niquests``. (`[#888](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/888)
  <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/888>`_)
* Add hook for ``python-dateutil`` to collect data files from the package.
  (`[#881](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/881)
  <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/881>`_)
* Add hook for ``tkinterdnd2`` (>= 0.4.0) that collects shared library and
  .tcl files from platform-specific sub-directory under ``tkinterdnd2/tkdnd``.
  (`[#868](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/868)
  <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/868>`_)

Updated hooks

  • Fix pyqtgraph.multiprocess in combination with PyInstaller >= v6.10.0. ([#886](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/886) <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/886>_)
  • Fix path matching for MKL DLLs in torch hook to work with either POSIX-style or Windows-style separators, as either can appear in the metadata's RECORD entries. ([#879](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/879) <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/879>_)
  • Update h5py hook to handle Debian's python3-h5py distribution of h5py. ([#873](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/873) <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/873>_)
  • Update pyproj hook to handle non pip/PyPI distributions' devendoring its data directory. ([#873](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/873) <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/873>_)
  • Update rtree hook for compatibility with rtree 1.4.0 (renamed shared library directory in Linux PyPI wheels). ([#875](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/875) <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/875>_)
  • Update toga hook for compatibility with toga v0.5.0. Due to refactor of the main module that introduced lazy import of package's submodules, we now need to explicitly collect the said submodules using the collect_submodules helper. ([#878](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/878) <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/878>_)
  • Update hook for travertino to explicitly collect the package's metadata in order to fix compatibility with travertino v0.5.0. ([#878](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/878) <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/878>_)
  • Update the findlibs run-time hook to gracefully handle TypeError when using findlibs v0.1.0 with python < 3.10. This prevents the frozen application from crashing on the run-time hook when the main

... (truncated)

Commits
  • c52815e Release v2025.2
  • 502174b hooks: add hook for niquests
  • 6f63413 Link to pull request checklist in pull request template
  • 542625b Remove obsolete guide for running tests from news README
  • 29a87a7 Handle pyproj's data directory being de-vendored (by Debian)
  • d11422e Fix pyqtgraph.multiprocess runtime hook with PyInstaller >= 6.10.0
  • d758aa2 Handle Debian's custom import redirects for h5py
  • 960af41 hooks: add hook for python-dateutil (#881)
  • af38bf9 hooks: torch: fix path matching in MKL DLL collection part of the hook
  • 9bfe6da Scheduled weekly dependency update for week 11 (#878)
  • 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 2024.8 to 2025.2.
- [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@v2024.8...v2025.2)

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

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 Mar 24, 2025
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.

0 participants