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 2022.0 to 2023.1 in /builder #94

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

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

Bumps pyinstaller-hooks-contrib from 2022.0 to 2023.1.

Release notes

Sourced from pyinstaller-hooks-contrib's releases.

2023.1

Please see the changelog for more details

2023.0

Please see the changelog for more details

2022.15

Please see the changelog for more details

2022.14

Please see the changelog for more details

2022.13

Please see the changelog for more details

2022.12

Please see the changelog for more details

2022.11

Please see the changelog for more details

2022.10

Please see the changelog for more details

2022.9

Please see the changelog for more details

2022.8

Please see the changelog for more details

2022.7

Please see the changelog for more details

2022.6

Please see the changelog for more details

2022.5

Please see the changelog for more details

2022.4

Please see the changelog for more details

2022.3

Please see the changelog for more details

2022.2

Please see the changelog for more details

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

2023.0 (2023-02-13)

New hooks


* Add hook for ``minecraft-launcher-lib`` (`[#536](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/536)
  <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/536>`_)
* Add hook for ``nbt`` (`[#537](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/537)
  <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/537>`_)

Updated hooks

  • Have fiona hook collect the package's data files (e.g., the projections database). ([#541](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/541) <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/541>_)
  • Update fiona hook for compatibility with fiona 1.9.0. (`#541

... (truncated)

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 2022.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@2022.0...2023.1)

---
updated-dependencies:
- dependency-name: pyinstaller-hooks-contrib
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 20, 2023
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.

0 participants