build(deps-dev): bump pyinstaller from 5.4.1 to 5.5

Bumps [pyinstaller](https://github.com/pyinstaller/pyinstaller) from 5.4.1 to 5.5.
- [Release notes](https://github.com/pyinstaller/pyinstaller/releases)
- [Changelog](https://github.com/pyinstaller/pyinstaller/blob/develop/doc/CHANGES.rst)
- [Commits](https://github.com/pyinstaller/pyinstaller/compare/v5.4.1...v5.5)

---
updated-dependencies:
- dependency-name: pyinstaller
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-10-11 06:18:13 +00:00
committed by GitHub
parent ac71676d79
commit 81a942d7a1

View File

@@ -13,7 +13,7 @@ import setuptools
requirements = [
"tqdm==4.64.1",
"pyyaml==6.0",
"tabulate==0.8.9",
"tabulate==0.9.0",
"colorama==0.4.5",
"termcolor==2.0.1",
"wcwidth==0.2.5",
@@ -90,7 +90,7 @@ setuptools.setup(
"types_requests==2.28.1",
],
"build": [
"pyinstaller==5.4.1",
"pyinstaller==5.5",
],
},
zip_safe=False,