umati / Sample-Server-asyncio

OPC UA Sample Server based on FreeOpcUa/opcua-asyncio. Showcasing how to implement companion specifications.
Apache License 2.0
11 stars 11 forks source link

chore(deps): update dependency pyinstaller-hooks-contrib to v2024.8 #341

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 2 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
pyinstaller-hooks-contrib ==2024.7 -> ==2024.8 age adoption passing confidence

Release Notes

pyinstaller/pyinstaller-hooks-contrib (pyinstaller-hooks-contrib) ### [`v2024.8`](https://togithub.com/pyinstaller/pyinstaller-hooks-contrib/blob/HEAD/CHANGELOG.rst#20248-2024-08-09) [Compare Source](https://togithub.com/pyinstaller/pyinstaller-hooks-contrib/compare/2024.7...v2024.8) New hooks ``` * Add a hook for ``cmocean``, which has text data files. (`#​769 `_) * Add a hook for ``pydicom``, which has hidden imports. (`#​776 `_) * Add a hook for ``tzwhere``, which has data files. (`#​772 `_) * Add hook for ``monai`` to collect its source .py files for TorchScript/JIT. (`#​778 `_) * Add hooks for ``itk`` to work around the package's requirements about the ``itk/Configuration`` directory. (`#​778 `_) * Added hooks for the ``trame`` suite of libraries, which has data files and hidden imports. (`#​775 `_) Updated hooks ``` - Rework the OpenSSL version check in `cryptography` hook to fix compatibility with `cryptography` 43.0.0. (`#​768 `\_) - Update `hydra` hook to include work-around for `hydra`'s plugin manager, which under python < 3.10 (still) uses deprecated PEP-302 that was removed from PyInstaller's `PyiFrozenImporter` in PyInstaller 5.8. When building using python < 3.10 and PyInstaller >= 5.8, the modules collected from `hydra._internal.core_plugins` and `hydra_plugins` packages are now collected as source .py files only; this way, they are handled by built-in python's finder/importer instead of PyInstaller's `PyiFrozenImporter`. (`#​760 `\_) - Update `imageio_ffmpeg` hook for compatibility with `imageio-ffmpeg` 0.5.0 and later. (`#​766 `\_) - Update `pyexcel_ods` hook to add missing hidden import and add tests. (`#​779 `\_) Project & Process ``` * Released sdists and tagged GitHub source archives contain the changelog entries for their current release. (`#​761 `_) ```

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.