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.7 to 2023.8 #66

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 30, 2023

Bumps pyinstaller-hooks-contrib from 2023.7 to 2023.8.

Release notes

Sourced from pyinstaller-hooks-contrib's releases.

2023.8

Please see the changelog for more details

Changelog

Sourced from pyinstaller-hooks-contrib's changelog.

2023.8 (2023-08-29)

New hooks


* Add hook for ``eng_to_ipa``. (`[#631](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/631)
  <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/631>`_)
* Add hook for ``jieba``. (`[#628](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/628)
  <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/628>`_)
* Add hook for ``khmer-nltk``. (`[#633](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/633)
  <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/633>`_)
* Add hook for ``Lingua``. (`[#626](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/626)
  <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/626>`_)
* Add hook for ``opencc-python``. (`[#627](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/627)
  <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/627>`_)
* Add hook for ``pymorphy3``. (`[#634](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/634)
  <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/634>`_)
* Add hook for ``python-crfsuite``. (`[#633](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/633)
  <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/633>`_)
* Add hook for ``python-mecab-ko``. (`[#632](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/632)
  <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/632>`_)
* Add hook for ``simplemma``. (`[#629](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/629)
  <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/629>`_)
* Add hook for ``SudachiPy``. (`[#635](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/635)
  <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/635>`_)
* Add hook for ``wordcloud``. (`[#630](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/630)
  <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/630>`_)

Updated hooks

  • Fix an issue with enchant 2 using a different directory (in MacPorts) ([#636](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/636) <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/636>_)
Commits
  • 08abf3a Release v2023.8
  • 6fa4daf Add license to Trove classifiers (#637)
  • 9a5bad5 Scheduled weekly dependency update for week 35 (#638)
  • 2cb020d Fix an issue where enchant 2 uses a different directory (in MacPorts)
  • d8aae14 hooks: add hook for SudachiPy (#635)
  • 284ea37 hooks: add hook for pymorphy3 (#634)
  • f0ff362 hooks: add hook for python-crfsuite
  • 16ac9c7 hooks: add hook for khmer-nltk
  • 2c9af58 hooks: add hook for python-mecab-ko (#632)
  • b6966f9 ci: ubuntu: update sha256 for MariaDB repository setup script
  • 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.7 to 2023.8.
- [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.7...2023.8)

---
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 Aug 30, 2023
@github-actions github-actions bot enabled auto-merge (squash) August 30, 2023 16:58
@github-actions github-actions bot merged commit 752c926 into master Aug 30, 2023
5 checks passed
@github-actions github-actions bot deleted the dependabot/pip/pyinstaller-hooks-contrib-2023.8 branch August 30, 2023 16:59
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