Merge pull request #2279 from mandiant/dependabot/pip/pyinstaller-6.10.0

build(deps): bump pyinstaller from 6.9.0 to 6.10.0
This commit is contained in:
Moritz
2024-08-15 11:30:05 +02:00
committed by GitHub

View File

@@ -157,7 +157,7 @@ build = [
# we want all developer environments to be consistent.
# These dependencies are not used in production environments
# and should not conflict with other libraries/tooling.
"pyinstaller==6.9.0",
"pyinstaller==6.10.0",
"setuptools==70.0.0",
"build==1.2.1"
]