TurboWarp / packager-extras

Extra utilities to use after running the TurboWarp Packager
https://github.com/TurboWarp/packager-extras/releases
GNU General Public License v3.0
22 stars 7 forks source link

Bump pyinstaller-hooks-contrib from 2023.0 to 2023.1 #65

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

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)