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

Bumps [pyinstaller](https://github.com/pyinstaller/pyinstaller) from 5.7.0 to 5.8.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.7.0...v5.8.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]
2023-02-13 14:59:26 +00:00
committed by GitHub
parent 4ea3475d2b
commit e8cef536f6

View File

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