MannLabs / alphatims

An open-source Python package for efficient accession and visualization of Bruker TimsTOF raw data from the Mann Labs at the Max Planck Institute of Biochemistry.
https://doi.org/10.1016/j.mcpro.2021.100149
Apache License 2.0
81 stars 25 forks source link

Build(deps-dev): Bump pyinstaller from 4.10 to 5.5 in /requirements #228

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps pyinstaller from 4.10 to 5.5.

Release notes

Sourced from pyinstaller's releases.

v5.5

Please see the v5.5 section of the changelog for a list of the changes since v5.4.1.

v5.4.1

Please see the v5.4.1 section of the changelog for a list of the changes since v5.4.

v5.4

Please see the v5.4 section of the changelog for a list of the changes since v5.3.

v5.3

Please see the v5.3 section of the changelog for a list of the changes since v5.2.

v5.2

Please see the v5.2 section of the changelog for a list of the changes since v5.1.

v5.1

Please see the v5.1 section of the changelog for a list of the changes.

Release v5.0

Please see the v5.0 section of the changelog for a list of the changes since v4.10.

Changelog

Sourced from pyinstaller's changelog.

5.5 (2022-10-08)

Features


* (Windows) Support embedding multiple icons in the executable. (:issue:`7103`)

Bugfix


* (Windows) Fix a regression introduced in PyInstaller 5.4 (:issue:`[#6925](https://github.com/pyinstaller/pyinstaller/issues/6925)`),
  where incorrect copy of ``python3.dll`` (and consequently an additional,
  incorrect copy of ``python3X.dll`` from the same directory) is collected
  when additional python installations are present in ``PATH``. (:issue:`7102`)
* (Windows) Provide run-time override for ``ctypes.util.find_library`` that
  searches ``sys._MEIPASS`` in addition to directories specified in ``PATH``.
  (:issue:`7097`)
* Fix the problem with ``pywin32`` DLLs not being found when importing
  ``pywin32`` top-level extension modules, caused by the DLL directory
  structure preservation behavior introduced in :issue:`7028`. Introduce
  a new bootstrap/loader module that adds the ``pywin32_system32``
  directory, if available, to both ``sys.path`` and the DLL search paths,
  in lieu of having to provide a runtime hook script for every single
  top-level extension module from ``pywin32``. (:issue:`7110`)

Hooks
~~~~~

* Fix an error raised by the ``matplotlib.backends`` hook when trying to
  specify the list of backends to collect via the hooks configuration.
  (:issue:`7091`)

5.4.1 (2022-09-11)
-------------------

Bugfix
  • (Windows) Fix run-time error raised by pyi_rth_win32comgenpy, the run-time hook for win32com. (:issue:7079)

5.4 (2022-09-10)

</tr></table>

... (truncated)

Commits
  • df7e2fe Release v5.5. [skip ci]
  • 039a4c0 bootloader: waflib: cherry pick "c_config: add RISC-V generic detection"
  • fc425b9 Tests: Requirements: Scheduled weekly dependency update for week 40 (#7124)
  • b308784 building: prepend sys.base_prefix to DLL search paths on Windows
  • 7b2b93a hooks: clean up pywin32 runtime hooks
  • f400b46 loader: add boostrap/loader module for pywin32
  • 72d12b0 tests: add basic import tests for pywin32 modules
  • 27a5a6b make --icon option repeatable (#7103)
  • 2b26b5b GitHub Workflows security hardening (#7112)
  • a8b27e3 Tests: Requirements: Scheduled weekly dependency update for week 39 (#7110)
  • 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)
dependabot[bot] commented 1 year ago

Superseded by #235.