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 2021.2 to 2023.3 in /tools/deps #3956

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 12, 2023

Bumps pyinstaller-hooks-contrib from 2021.2 to 2023.3.

Release notes

Sourced from pyinstaller-hooks-contrib's releases.

2023.3

Please see the changelog for more details

2023.2

Please see the changelog for more details

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

... (truncated)

Changelog

Sourced from pyinstaller-hooks-contrib's changelog.

2023.3 (2023-05-11)

New hooks


* Add hook for ``graphql_query`` (`[#579](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/579)
  <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/579>`_)
* Add hook for ``pylsl`` (`[#573](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/573)
  <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/573>`_)

Updated hooks

  • Remove no longer needed py hidden imports for pyshark >= 0.6. ([#575](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/575) <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/575>_)
  • Update pydantic hook hidden imports to include the optional dependency email_validator. ([#576](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/576) <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/576>_)

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

... (truncated)

Commits
  • 30cf5e2 Release v2023.3
  • f3fbddb Add hook for graphql_query
  • e226049 Scheduled weekly dependency update for week 19 (#578)
  • 748248c Add hook for pylsl (#573)
  • 3d63cfa Scheduled weekly dependency update for week 17 (#577)
  • e47423d Add email_validator to the list of pydantic optional dependencies hidden impo...
  • 0f5685d Remove py hidden imports for pyshark >= 0.6.
  • 17afa61 Scheduled weekly dependency update for week 17 (#574)
  • 79f28de Scheduled weekly dependency update for week 16 (#572)
  • f18145f Scheduled weekly dependency update for week 15 (#571)
  • 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 2021.2 to 2023.3.
- [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@v2021.2...2023.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@codecov
Copy link

codecov bot commented May 12, 2023

Codecov Report

Patch coverage has no change and project coverage change: -9.60 ⚠️

Comparison is base (0c5ab6f) 45.21% compared to head (96b1360) 35.62%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3956      +/-   ##
==========================================
- Coverage   45.21%   35.62%   -9.60%     
==========================================
  Files          93       93              
  Lines       15638    15640       +2     
==========================================
- Hits         7071     5572    -1499     
- Misses       8567    10068    +1501     
Flag Coverage Δ
functional 17.79% <0.00%> (-18.03%) ⬇️
integration 1.98% <0.00%> (-0.01%) ⬇️
unit 35.57% <0.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
nxdrive/engine/watcher/remote_watcher.py 10.03% <0.00%> (-3.96%) ⬇️

... and 38 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 28, 2023

Superseded by #4010.

@dependabot dependabot bot closed this Jun 28, 2023
@dependabot dependabot bot deleted the dependabot/pip/tools/deps/pyinstaller-hooks-contrib-2023.3 branch June 28, 2023 13:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants