summaryrefslogtreecommitdiffstats
path: root/Vagrantfile
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2023-08-26 18:51:09 +0200
committerThomas Waldmann <tw@waldmann-edv.de>2023-08-26 18:51:09 +0200
commit535a024008c76c2840c0b413c5e1ea5769e15cc1 (patch)
tree2e8229dd49ec45317348aa58dd526da6f97e3689 /Vagrantfile
parent8ed6ec5889b5313989c218f81e4e4000002bea09 (diff)
vagrant: use pyinstaller 5.13.1
Diffstat (limited to 'Vagrantfile')
-rw-r--r--Vagrantfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Vagrantfile b/Vagrantfile
index 022b12810..1a58cd1a1 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -286,7 +286,7 @@ def install_pyinstaller()
. ~/.bash_profile
cd /vagrant/borg
. borg-env/bin/activate
- pip install 'pyinstaller==5.6.2'
+ pip install 'pyinstaller==5.13.1'
EOF
end