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

Dependency Updates: Bump pyinstaller-hooks-contrib from 2024.11 to 2025.0 #121

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 16, 2025

Bumps pyinstaller-hooks-contrib from 2024.11 to 2025.0.

Release notes

Sourced from pyinstaller-hooks-contrib's releases.

v2025.0

Please see the changelog for more details

Changelog

Sourced from pyinstaller-hooks-contrib's changelog.

2025.0 (2025-01-16)

New hooks


* Add hook for ``fsspec`` to collect the package's submodules
  and ensure the protocol plugins are working. (`[#856](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/856)
  <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/856>`_)
* Add hook for ``intake`` to collect its plugins (registered via the
  ``intake.drivers`` entry-point). (`[#853](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/853)
  <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/853>`_)
* Add hook for ``ruamel.yaml`` to collect its plugins, and ensure that
  plugins' ``__plug_in__`` modules are collected as source .py files
  (which is necessary for their discovery). (`[#844](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/844)
  <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/844>`_)
* Add hook for ``sam2`` (Segment Anything Model 2). (`[#847](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/847)
  <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/847>`_)
* Add hook for ``zarr`` to collect the package's metadata. (`[#855](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/855)
  <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/855>`_)

Updated hooks

  • Revise the search for OpenSSL shared library and ossl-modules directory in the cryptography hook, in order to mitigate issues with unrelated copies of OpenSSL ending up being pulled into the build. Most notably, the hook should not be searching for OpenSSL shared library when cryptography PyPI wheel is installed, because those ship with extensions that are statically linked against OpenSSL. ([#846](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/846) <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/846>_)
  • Rewrite pygraphviz hook to fix discovery and collection of graphviz files under various Linux distributions, in Anaconda environments (Windows, Linux, and macOS), and msys2 environments (Windows). ([#849](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/849) <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/849>_)
  • Update dask hook to collect template files from dask/widgets/templates directory; these file become mandatory when using dask.array and jinja2 is available. ([#852](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/852) <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/852>_)
  • Update triton hook for compatibility with triton >= 3.0.0; the hook should now collect backend-specific modules and data files from triton.backends. ([#848](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/848) <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/848>_)
Commits
  • 06928e9 Release v2025.0
  • 2c162e9 hooks: add hook for fsspec (#856)
  • 6c7df30 hooks: add hook for zarr (#855)
  • 8d1e528 hooks: add hook for intake (#853)
  • 0a113f8 Scheduled weekly dependency update for week 02 (#851)
  • 717223d hooks: dask: collect template files from dask/widgets/templates
  • 10c5307 hooks: prettytable does not query its version from metadata after 3.12.0
  • f73f04a ci: add Homebrew headers and shared libraries to search path
  • ef78a3f tests: enable pygraphviz tests
  • fef9193 hooks: rewrite pygraphviz hook
  • 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.11 to 2025.0.
- [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.11...v2025.0)

---
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 Jan 16, 2025
@github-actions github-actions bot enabled auto-merge (squash) January 16, 2025 16:25
@github-actions github-actions bot merged commit 7f53331 into master Jan 16, 2025
5 checks passed
@github-actions github-actions bot deleted the dependabot/pip/pyinstaller-hooks-contrib-2025.0 branch January 16, 2025 16:26
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