build(deps-dev): bump pyinstaller from 5.0.1 to 5.1

Bumps [pyinstaller](https://github.com/pyinstaller/pyinstaller) from 5.0.1 to 5.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.0.1...v5.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]
2022-05-31 09:18:38 +00:00
committed by GitHub
parent 1f38004114
commit 44a5dc0cd0

View File

@@ -89,7 +89,7 @@ setuptools.setup(
"types_requests==2.27.29",
],
"build": [
"pyinstaller==5.0.1",
"pyinstaller==5.1",
],
},
zip_safe=False,