scieloorg / scielobooks_exports

Tools for exporting metadata from SciELO Books
http://books.scielo.org/
BSD 2-Clause "Simplified" License
4 stars 2 forks source link

Update pyinstaller to 5.9.0 #151

Closed pyup-bot closed 1 year ago

pyup-bot commented 1 year ago

This PR updates PyInstaller from 5.8.0 to 5.9.0.

Changelog ### 5.9.0 ``` ------------------ Features ~~~~~~~~ * Choose :ref:`hooks provided by packages <provide hooks with package>` over hooks from `pyinstaller-hooks-contrib <https://github.com/pyinstaller/pyinstaller-hooks-contrib/>`_ if both provide the same hook. (:issue:`7456`) Bugfix ~~~~~~ * Fix changes to :data:`sys.path` made in the spec file being ignored by hook utility functions (e.g. :func:`~PyInstaller.utils.hooks.collect_submodules`). (:issue:`7456`) ```
Links - PyPI: https://pypi.org/project/pyinstaller - Changelog: https://pyup.io/changelogs/pyinstaller/ - Homepage: https://www.pyinstaller.org/