Merge pull request #1313 from mandiant/dependabot/pip/pyinstaller-5.8.0

build(deps-dev): bump pyinstaller from 5.7.0 to 5.8.0
This commit is contained in:
Willi Ballenthin
2023-02-24 10:26:09 +01:00
committed by GitHub

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,