vagrant: use pyinstaller 6.5.0

This commit is contained in:
Thomas Waldmann 2024-04-01 20:28:56 +02:00
parent 7ac7c79563
commit ffc1e3ef6f
No known key found for this signature in database
GPG Key ID: 243ACFA951F78E01
1 changed files with 1 additions and 1 deletions

2
Vagrantfile vendored
View File

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