vagrant: upgrade to pyinstaller 5.13.2

This commit is contained in:
Thomas Waldmann 2023-09-14 19:26:01 +02:00
parent b2e8ad0257
commit 75f8391bb6
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

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