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.0 to 2023.1 #43

Merged
merged 1 commit into from
Mar 18, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 17, 2023

Bumps pyinstaller-hooks-contrib from 2023.0 to 2023.1.

Release notes

Sourced from pyinstaller-hooks-contrib's releases.

2023.1

Please see the changelog for more details

Changelog

Sourced from pyinstaller-hooks-contrib's changelog.

2023.1 (2023-03-16)

Updated hooks


* Add work-around for ``ffpyplayer`` 4.3.5 and 4.4.0 trying to use
  ``site.USER_BASE``, which is ``None`` in  PyInstaller 5.5 and later
  due to removal of PyInstaller's fake ``site`` module. (`[#545](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/545)
  <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/545>`_)
* Add work-around for ``tensorflow`` < 2.3.0 trying to use
  ``site.USER_SITE``, which is ``None`` in  PyInstaller 5.5 and later
  due to removal of PyInstaller's fake ``site`` module. (`[#546](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/546)
  <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/546>`_)
* Prevent ``pyqtgraph`` hook from recursing into ``pyqgraph.examples``
  while scanning for submodules. (`[#551](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/551)
  <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/551>`_)
* Update ``sklearn`` hooks for compatibility with ``scikit-learn`` 1.2.0
  and 1.2.1. (`[#547](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/547)
  <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/547>`_)

Removed hooks

  • Delete hook for yt_dlp which fixed the offending hidden import upstream in yt_dlp>=2022.07.18. ([#556](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/556) <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/556>_)
Commits
  • 3807cb6 Release v2023.1
  • 7bbece9 Remove yt_dlp hook and test.
  • 2f047cc Add "remove" towncrier category.
  • 5ebfd22 Scheduled weekly dependency update for week 11 (#555)
  • 1a636ef Scheduled weekly dependency update for week 10 (#553)
  • 9a6dcbd Scheduled weekly dependency update for week 09 (#550)
  • 8e6d06d hooks: prevent pyqtgraph hook from recursing into pyqtgraph.examples
  • 4728a3d Update sklearn hooks for compatibility with scikit-learn 1.2.0
  • 01127a0 Scheduled weekly dependency update for week 07 (#544)
  • 74467d1 Add work-around for tensorflow < 2.3.0 trying to use site.USER_SITE
  • 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.0 to 2023.1.
- [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.0...2023.1)

---
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 Mar 17, 2023
@wxx9248 wxx9248 merged commit d83f4d2 into master Mar 18, 2023
@dependabot dependabot bot deleted the dependabot/pip/pyinstaller-hooks-contrib-2023.1 branch March 18, 2023 03:46
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