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.11 to 2023.12 #83

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 4, 2024

Bumps pyinstaller-hooks-contrib from 2023.11 to 2023.12.

Release notes

Sourced from pyinstaller-hooks-contrib's releases.

2023.12

Please see the changelog for more details

Changelog

Sourced from pyinstaller-hooks-contrib's changelog.

2023.12 (2024-01-03)

New hooks


* Add hook for ``detectron2`` to collect its source .py files for
  TorchScript/JIT. (`[#676](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/676)
  <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/676>`_)
* Add hook for ``fastai`` to collect its source .py files for TorchScript/JIT.
  (`[#676](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/676)
  <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/676>`_)
* Add hook for ``fvcore.nn`` to collect its source .py files for
  TorchScript/JIT. (`[#676](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/676)
  <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/676>`_)
* Add hook for ``langchain`` that collects data files from the package. (`[#681](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/681)
  <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/681>`_)
* Add hook for ``lightning`` (PyTorch Lightning) to ensure that its
  ``version.info`` data file is collected. (`[#676](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/676)
  <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/676>`_)
* Add hook for ``linear_operator`` to collect its source .py files for
  TorchScript/JIT. (`[#676](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/676)
  <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/676>`_)
* Add hook for ``seedir`` that collects the ``words.txt`` data file from
  the package. (`[#681](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/681)
  <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/681>`_)
* Add hook for ``timm`` (Hugging Face PyTorch Image Models) to collect its
  source .py files for TorchScript/JIT. (`[#676](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/676)
  <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/676>`_)
* Add hook for ``torchaudio`` that collects dynamically-loaded extensions,
  as well as source .py files for TorchScript/JIT. (`[#676](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/676)
  <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/676>`_)
* Add hook for ``torchtext`` that collects dynamically-loaded extensions,
  as well as source .py files for TorchScript/JIT. (`[#676](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/676)
  <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/676>`_)
* Add hook for ``torchvision.io.image`` to ensure that dynamically-loaded
  extension, required by this module, is collected. (`[#676](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/676)
  <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/676>`_)
* Add hook for ``VADER``. (`[#679](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/679)
  <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/679>`_)
* Add hook for Hugging Face ``datasets`` to collect its source .py files for
  TorchScript/JIT. (`[#676](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/676)
  <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/676>`_)
* Add hook for Hugging Face ``transformers``. The hook attempts to
  automatically collect the metadata of all dependencies (as declared
  in `deps` dictionary in the `transformers.dependency_versions_table`
  module), in order to make dependencies available at build time visible
  to ``transformers`` at run time. The hook also collects source .py files
  as some of the package's functionality uses TorchScript/JIT. (`[#676](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/676)
  <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/676>`_)
</tr></table> 

... (truncated)

Commits
  • 16295d1 Release v2023.12
  • 13fc0fd hooks: remove hook for google.api
  • 7d0c295 hooks: add hook for seedir
  • adb0eeb hooks: add hook for langchain
  • 9322348 Scheduled weekly dependency update for week 00 (#680)
  • 98e03f0 hooks: add hook for VADER
  • df10354 Scheduled weekly dependency update for week 52 (#678)
  • b9ed3ba cleanup: clean up and simplify get_hooks_dirs entry-point
  • a2f65ef hooks: tensorflow: collect plugins from tensorflow-plugins
  • 4ac0e97 tests: add multiprocessing.freeze_support() call to lightning test
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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.11 to 2023.12.
- [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.11...2023.12)

---
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 dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 4, 2024
@github-actions github-actions bot enabled auto-merge (squash) January 4, 2024 16:38
@github-actions github-actions bot merged commit ea5912a into master Jan 4, 2024
5 checks passed
@github-actions github-actions bot deleted the dependabot/pip/pyinstaller-hooks-contrib-2023.12 branch January 4, 2024 16:39
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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants