From ae85f64536226a9a581ab8051d75dabfe368fb19 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Wed, 25 Sep 2024 23:21:32 +0200 Subject: [PATCH] upgrade pyinstaller to 6.10.0 --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index e1805c757..6c62dc6e7 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.7.0' + pip install 'pyinstaller==6.10.0' EOF end