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.4 to 2024.5 #96

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 24, 2024

Bumps pyinstaller-hooks-contrib from 2024.4 to 2024.5.

Release notes

Sourced from pyinstaller-hooks-contrib's releases.

2024.5

Please see the changelog for more details

Changelog

Sourced from pyinstaller-hooks-contrib's changelog.

2024.5 (2024-04-23)

New hooks


* Add hook for ``backports`` package, to accommodate the ``pkgutil``-style
  ``backports`` namespace package provided by ``backports.functools-lru-cache``
  and the latest release of ``backports.tarfile``. (`[#735](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/735)
  <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/735>`_)
* Add hook for ``opentelemetry`` that collects all entry-points with
  ``opentelemetry_`` prefix. (`[#725](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/725)
  <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/725>`_)
* Add hook for ``skimage.metrics`` to account for lazy loading of the
  ``skimage.metrics`` that was introduced in ``scikit-image`` 0.23.0. (`[#723](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/723)
  <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/723>`_)
* Add hook for ``xarray``, which ensures that metadata for ``numpy``
  (required by ``xarray``) is collected. (`[#728](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/728)
  <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/728>`_)

Updated hooks

  • (Windows) Update pyproj hook to explicitly collect DLLs and load-order file (if present) from pyproj.libs directory. This fixes DLL load failed while importing _network error when using Anaconda python 3.8 or 3.9, where delvewheel (used by pyproj) needs to load DLLs via load-order file due to defunct os.add_dll_directory function. ([#726](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/726) <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/726>_)
  • Extend cryptography hook to collect OpenSSL modules (the ossl-modules directory) when available. Add a run-time hook that overrides OpenSSL module search path by setting the OPENSSL_MODULES environment variable to the bundled ossl-modules directory. This fixes RuntimeError: OpenSSL 3.0's legacy provider failed to load. error when using cryptography with OpenSSL >= 3.0 builds that have modules enabled (e.g., most Linux distributions, msys/MinGW on Windows, and Homebrew on macOS). ([#724](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/724) <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/724>_)
  • Suppress errors in gcloud hook that occur when the hook is triggered by the gcloud namespace package from gcloud-aio-* and gcloud-rest-* dists instead of the gcloud package from the gcloud dist. ([#731](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/731) <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/731>_)
  • Update hook for tables (PyTables) to collect bundled blosc2 shared library, if available. On Windows, explicitly collect DLLs and load-order file (if present) from tables.libs directory. ([#732](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/732) <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/732>_)
Commits
  • a62d863 Release v2024.5
  • 6d9f5c5 hooks: add hook for backports namespace package
  • 485ce07 hooks: cryptography: account for ossl-modules location on Alpine linux
  • a0cbbc2 hooks: cryptography: work-around for systems with musl libc
  • 8d14a00 Scheduled weekly dependency update for week 16 (#734)
  • 8870884 hooks: update tables hook to collect blosc2 shared library
  • ccc5f7d hooks: gcloud: suppress errors
  • d2a4a24 hooks: add hook for xarray
  • aa7d19f ci/cd: bump actions versions
  • 8229249 tests: add basic test for cryptography
  • 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.4 to 2024.5.
- [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@2024.4...2024.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Apr 24, 2024
@github-actions github-actions bot enabled auto-merge (squash) April 24, 2024 16:34
@github-actions github-actions bot merged commit 1fcf047 into master Apr 24, 2024
5 checks passed
@github-actions github-actions bot deleted the dependabot/pip/pyinstaller-hooks-contrib-2024.5 branch April 24, 2024 16:36
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.

None yet

0 participants