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

Bump pyinstaller-hooks-contrib from 2024.4 to 2024.6 in the pyinstaller group #135

Merged
merged 1 commit into from
May 13, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the pyinstaller group with 1 update: pyinstaller-hooks-contrib.

Updates 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the pyinstaller group with 1 update: [pyinstaller-hooks-contrib](https://github.com/pyinstaller/pyinstaller-hooks-contrib).


Updates `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
  dependency-group: pyinstaller
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 13, 2024
@DasAmpharos DasAmpharos merged commit 043e139 into main May 13, 2024
4 checks passed
@DasAmpharos DasAmpharos deleted the dependabot/pip/pyinstaller-5fdb417068 branch May 13, 2024 16:17
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
Development

Successfully merging this pull request may close these issues.

1 participant