build(deps-dev): bump pyinstaller from 5.9.0 to 5.10.1

Bumps [pyinstaller](https://github.com/pyinstaller/pyinstaller) from 5.9.0 to 5.10.1.
- [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.9.0...v5.10.1)

---
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-04-25 09:36:26 +00:00
committed by GitHub
parent 68b58f979b
commit f3bb2169c0

View File

@@ -93,7 +93,7 @@ setuptools.setup(
"types-protobuf==4.22.0.2",
],
"build": [
"pyinstaller==5.9.0",
"pyinstaller==5.10.1",
],
},
zip_safe=False,