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.5 in /tools/deps #4016

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 5, 2023

Bumps pyinstaller-hooks-contrib from 2021.2 to 2023.5.

Release notes

Sourced from pyinstaller-hooks-contrib's releases.

2023.5

Please see the changelog for more details

2023.4

Please see the changelog for more details

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

... (truncated)

Changelog

Sourced from pyinstaller-hooks-contrib's changelog.

2023.5 (2023-07-05)

New hooks


* Add a hook for astropy-iers-data, which includes data. (`[#608](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/608)
  <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/608>`_)
* Add a hook for skyfield, which includes data. (`[#607](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/607)
  <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/607>`_)

Updated hooks

  • Update pydantic hook for compatibility with pydantic v2.0.0. ([#611](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/611) <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/611>_)

2023.4 (2023-06-27)

New hooks


* Add hook for ``customtkinter`` (`[#542](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/542)
  <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/542>`_)
* Add hook for ``fastparquet``. (`[#583](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/583)
  <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/583>`_)
* Add hook for ``librosa``. (`[#582](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/582)
  <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/582>`_)
* Add hook for ``mistune`` that collects plugin modules, which are indirectly
  loaded starting with ``mistune`` v3.0.0. (`[#605](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/605)
  <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/605>`_)
* Add hook for ``sympy`` that automatically raises recursion limit
  to 5000 if ``sympy`` >= 1.12 is detected. (`[#587](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/587)
  <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/587>`_)
* Add hook for ``xyzservices``. (`[#590](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/590)
  <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/590>`_)
* Add hook for pylibmagic (`[#581](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/581)
  <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/581>`_)

Updated hooks

  • Turn the hook for google.cloud into hook for google.cloud.core by renaming it. This hook is trying to collect metadata for google-cloud-core, whereas google.cloud is a namespace package that can be populated by other dists as well. Specifically,

... (truncated)

Commits
  • 7d6119d hooks: update pydantic hook for compatibility with pydantic v2.0.0
  • 2b2cf5c Scheduled weekly dependency update for week 27 (#609)
  • d1c30e7 Add hook for skyfield (#607)
  • 392bc65 Add hook for astropy-iers-data (#608)
  • 998f411 Release v2023.4
  • 1745dbe Scheduled weekly dependency update for week 26 (#603)
  • 02baa3c hooks: add hook for mistune
  • 9971a59 hooks: rename hook-google.cloud.py to hook-google.cloud.core.py
  • af3396b ci & tests: drop python 3.7 [skip ci]
  • 781b448 Drop flake8's no longer supported --diff flag.
  • 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.5.
- [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.5)

---
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 Jul 5, 2023

Codecov Report

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

Comparison is base (6f03912) 46.92% compared to head (99cbd2b) 36.90%.

Additional details and impacted files
@@             Coverage Diff             @@
##           master    #4016       +/-   ##
===========================================
- Coverage   46.92%   36.90%   -10.03%     
===========================================
  Files          93       93               
  Lines       15642    15642               
===========================================
- Hits         7340     5772     -1568     
- Misses       8302     9870     +1568     
Flag Coverage Δ
functional 19.07% <ø> (-18.59%) ⬇️
integration 1.98% <ø> (ø)
unit 35.57% <ø> (+<0.01%) ⬆️

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

see 39 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 Jul 20, 2023

Superseded by #4037.

@dependabot dependabot bot closed this Jul 20, 2023
@dependabot dependabot bot deleted the dependabot/pip/tools/deps/pyinstaller-hooks-contrib-2023.5 branch July 20, 2023 12:43
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.

None yet

2 participants