vagrant: use pyinstaller 6.11.1

This commit is contained in:
Thomas Waldmann 2025-03-23 15:59:13 +01:00
parent 8e0ce268b2
commit 944a74cdf7
No known key found for this signature in database
GPG key ID: 243ACFA951F78E01

2
Vagrantfile vendored
View file

@ -256,7 +256,7 @@ def install_pyinstaller()
. ~/.bash_profile
cd /vagrant/borg
. borg-env/bin/activate
pip install 'pyinstaller==6.10.0'
pip install 'pyinstaller==6.11.1'
EOF
end