Skip to content

Commit 75f8391

Browse files
vagrant: upgrade to pyinstaller 5.13.2
1 parent b2e8ad0 commit 75f8391

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Vagrantfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ def install_pyinstaller()
288288
. ~/.bash_profile
289289
cd /vagrant/borg
290290
. borg-env/bin/activate
291-
pip install 'pyinstaller==5.13.1'
291+
pip install 'pyinstaller==5.13.2'
292292
EOF
293293
end
294294

0 commit comments

Comments
 (0)