From 70d1758e04af8ef3ffcdc5295b641ffc9b03c9c6 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Thu, 18 Jul 2024 23:48:19 +0200 Subject: [PATCH] vagrant: use pyinstaller 6.7.0 --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 88f2e64b7..f1665fe33 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -210,7 +210,7 @@ def install_pyinstaller() . ~/.bash_profile cd /vagrant/borg . borg-env/bin/activate - pip install 'pyinstaller==6.5.0' + pip install 'pyinstaller==6.7.0' EOF end