Skip to content
This repository has been archived by the owner on Nov 28, 2024. It is now read-only.

Bump pyinstaller-hooks-contrib from 2024.3 to 2024.5 #55

Merged
merged 1 commit into from
Apr 24, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps pyinstaller-hooks-contrib from 2024.3 to 2024.5.

Release notes

Sourced from pyinstaller-hooks-contrib's releases.

2024.5

Please see the changelog for more details

2024.4

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>_)

... (truncated)

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.3 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.3...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 23, 2024
Copy link

Dependency Review

The following issues were found:
  • ✅ 0 vulnerable package(s)
  • ✅ 0 package(s) with incompatible licenses
  • ✅ 0 package(s) with invalid SPDX license definitions
  • ⚠️ 1 package(s) with unknown licenses.
See the Details below.

License Issues

requirements.txt

PackageVersionLicenseIssue Type
pyinstaller-hooks-contrib2024.5NullUnknown License

OpenSSF Scorecard

PackageVersionScoreDetails
pip/pyinstaller-hooks-contrib 2024.5 🟢 5.6
Details
CheckScoreReason
Code-Review🟢 8Found 18/22 approved changesets -- score normalized to 8
Maintained🟢 1030 commit(s) and 7 issue activity found in the last 90 days -- score normalized to 10
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
License🟢 9license file detected
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration
Packaging⚠️ -1packaging workflow not detected
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Binary-Artifacts🟢 10no binaries found in the repo
Signed-Releases⚠️ -1no releases found
Vulnerabilities🟢 100 existing vulnerabilities detected
Fuzzing⚠️ 0project is not fuzzed
Security-Policy⚠️ 0security policy file not detected
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
pip/pyinstaller-hooks-contrib 2024.3 🟢 5.6
Details
CheckScoreReason
Code-Review🟢 8Found 18/22 approved changesets -- score normalized to 8
Maintained🟢 1030 commit(s) and 7 issue activity found in the last 90 days -- score normalized to 10
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
License🟢 9license file detected
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration
Packaging⚠️ -1packaging workflow not detected
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Binary-Artifacts🟢 10no binaries found in the repo
Signed-Releases⚠️ -1no releases found
Vulnerabilities🟢 100 existing vulnerabilities detected
Fuzzing⚠️ 0project is not fuzzed
Security-Policy⚠️ 0security policy file not detected
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0

Scanned Manifest Files

requirements.txt
  • pyinstaller-hooks-contrib@2024.5
  • pyinstaller-hooks-contrib@2024.3

@Nick2bad4u Nick2bad4u merged commit 28957cc into main Apr 24, 2024
21 of 22 checks passed
@Nick2bad4u Nick2bad4u deleted the dependabot/pip/pyinstaller-hooks-contrib-2024.5 branch April 24, 2024 15:55
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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.

1 participant