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.4 to 2024.6 #1701

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 13, 2024

Bumps pyinstaller-hooks-contrib from 2024.4 to 2024.6.

Release notes

Sourced from pyinstaller-hooks-contrib's releases.

2024.6

Please see the changelog for more details

2024.5

Please see the changelog for more details

Changelog

Sourced from pyinstaller-hooks-contrib's changelog.

2024.6 (2024-05-10)

New hooks


* Add hook for ``schwifty``. Requires ``schwifty >= 2024.5.1`` due to
  issues with data search path in earlier versions. (`[#742](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/742)
  <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/742>`_)

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)
</tr></table> 

... (truncated)

Commits
  • d8f2abd Release v2024.6
  • fe2deb3 hooks: add hook for schwifty
  • 277ff2c Scheduled weekly dependency update for week 18 (#740)
  • 3ce4ae6 Scheduled weekly dependency update for week 17 (#738)
  • 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
  • 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.6.
- [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.6)

---
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 the dependencies Pull requests that update a dependency file label May 13, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 10, 2024

Superseded by #1729.

@dependabot dependabot bot closed this Jun 10, 2024
@dependabot dependabot bot deleted the dependabot/pip/pyinstaller-hooks-contrib-2024.6 branch June 10, 2024 13:02
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
Projects
None yet
0 participants