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

build(deps): bump pyinstaller-hooks-contrib from 2024.8 to 2024.10 #1873

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 11, 2024

Bumps pyinstaller-hooks-contrib from 2024.8 to 2024.10.

Release notes

Sourced from pyinstaller-hooks-contrib's releases.

v2024.10

Please see the changelog for more details

v2024.9

Please see the changelog for more details

Changelog

Sourced from pyinstaller-hooks-contrib's changelog.

2024.10 (2024-11-10)

New hooks


* Add hook for ``h3`` to collect its metadata (required with ``h3`` v4.0.0
  and later). (`[#825](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/825)
  <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/825>`_)
* Add hook for ``numbers_parser`` to ensure that package's data file is
  collected. (`[#823](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/823)
  <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/823>`_)
* Add hook for ``sv_ttk`` to ensure that its resources (.tcl files and
  images) are collected. (`[#826](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/826)
  <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/826>`_)

Updated hooks

  • Update falcon hook for compatibility with falcon v4.0.0. ([#820](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/820) <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/820>_)
  • Update tensorflow hook to automatically raise recursion limit to 5000 (if not already set to a higher value) in order to avoid recursion limit errors in certain import chains (dependent on build environment and other packages installed in it). ([#825](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/825) <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/825>_)

2024.9 (2024-10-15)

New hooks


* Add a hook for comtypes to ensure compatibility with comtypes >= 1.4.5.
  (`[#807](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/807)
  <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/807>`_)
* Add analysis hook for ``slixmpp`` library (`[#784](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/784)
  <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/784>`_)
* Add hook for ``capstone`` package. (`[#787](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/787)
  <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/787>`_)
* Add hook for ``grapheme`` to collect its data files. (`[#793](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/793)
  <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/793>`_)
* Add hook for ``onnxruntime`` to ensure that provider plugins are
  collected. (`[#817](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/817)
  <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/817>`_)
* Add hook for ``saml2`` package which has XSD files and hidden imports. (`[#798](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/798)
  <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/798>`_)
* Add hook for ``setuptools_scm`` that collects metadata of ``setuptools``
</tr></table> 

... (truncated)

Commits
  • 7e7d08d Release v2024.10
  • 9403e99 Scheduled weekly dependency update for week 44 (#829)
  • 9c5eb90 cleanup: remove old (and now empty) license files
  • 6e64bcd Add hook for sv_ttk (#826)
  • f6922d0 hooks: tensorflow: automatically raise recursion limit
  • 5818893 hooks: add hook for h3
  • 7b505ad ci: pr-test: query installed packages to determine extra dependencies
  • 4626e15 Scheduled weekly dependency update for week 43 (#825)
  • a08c1e5 ci: add python 3.12 and 3.13, and use macos-13 and macos-14
  • d4f1599 hooks: add hook for numbers_parser
  • 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 2024.8 to 2024.10.
- [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@v2024.8...v2024.10)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Nov 11, 2024
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