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

Bumps [pyinstaller](https://github.com/pyinstaller/pyinstaller) from 5.5 to 5.7.0.
- [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.5...v5.7.0)

---
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-12-12 14:02:58 +00:00
committed by GitHub
parent 5cd7f33d00
commit a7d06275c1

View File

@@ -90,7 +90,7 @@ setuptools.setup(
"types_requests==2.28.1",
],
"build": [
"pyinstaller==5.5",
"pyinstaller==5.7.0",
],
},
zip_safe=False,