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 2023.1 to 2023.2 #45

Merged
merged 1 commit into from
Apr 11, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 7, 2023

Bumps pyinstaller-hooks-contrib from 2023.1 to 2023.2.

Release notes

Sourced from pyinstaller-hooks-contrib's releases.

2023.2

Please see the changelog for more details

Changelog

Sourced from pyinstaller-hooks-contrib's changelog.

2023.2 (2023-04-07)

New hooks


* Add hooks for ``moviepy.audio.fx.all`` and ``moviepy.video.fx.all`` that
  collect all
  corresponding submodules, so that importing ``moviepy.editor`` from MoviePy
  works
  out-of-the-box in the frozen application. (`[#559](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/559)
  <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/559>`_)

Updated hooks

  • Add automatic increase of recursion limit in the torch hook to ensure that recursion limit is at least 5000 if torch 2.0.0 or later is detected. ([#570](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/570) <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/570>_)
  • Extend cv2 hook with support for OpenCV built manually from source and for OpenCV installed using the official Windows installer. This support requires PyInstaller >= 5.3 to work properly. ([#557](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/557) <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/557>_)
  • Update scikit-image hooks for compatibility with the 0.19.x series; account for lazy module loading in skimage.filters. ([#565](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/565) <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/565>_)
  • Update scikit-image hooks for compatibility with the 0.20.x series; account for switch to lazy_module in skimage.data and skimage.filters as well as in main package. Collect new data files that are now required by skimage.morphology. ([#565](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/565) <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/565>_)
  • Update the hook for tensorflow to be compatible with TensorFlow 2.12. ([#564](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/564) <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/564>_)
Commits
  • c317371 Release v2023.2
  • af32727 hooks: torch: automatically increase recursion limit for torch >= 2.0.0 (#570)
  • 988208a Scheduled weekly dependency update for week 14 (#569)
  • 43c1eb1 tests: add scikit-image to requirements-test-libraries.txt
  • f25eae9 tests: test_skimage: drop test for skimage.viewer
  • 113512f hooks: update scikit-image hooks for compatibility with v0.20.0
  • 942843e hooks: update scikit-image hooks for compatibility with 0.19.x series
  • 33ea7ac tests: add scikit-learn to requirements-test-libraries
  • f8aba9f ci: conditionally enable slow tests for scikit-image and scikit-learn
  • fc1d009 Oneshot CI: Add option to pass flags to pytest.
  • 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 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 2023.1 to 2023.2.
- [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@2023.1...2023.2)

---
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 Apr 7, 2023
@wxx9248 wxx9248 merged commit 3e8a719 into master Apr 11, 2023
@dependabot dependabot bot deleted the dependabot/pip/pyinstaller-hooks-contrib-2023.2 branch April 11, 2023 09:19
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.

None yet

2 participants