From ffc1e3ef6fdf9f6990e9850ed9bd2cea9a09d811 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Mon, 1 Apr 2024 20:28:56 +0200 Subject: [PATCH] vagrant: use pyinstaller 6.5.0 --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 46ef7231..26321947 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -212,7 +212,7 @@ def install_pyinstaller() . ~/.bash_profile cd /vagrant/borg . borg-env/bin/activate - pip install 'pyinstaller==6.3.0' + pip install 'pyinstaller==6.5.0' EOF end