vagrant: use pyinstaller 5.13.1

This commit is contained in:
Thomas Waldmann 2023-08-26 18:51:09 +02:00
parent 8ed6ec5889
commit 535a024008
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

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