summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Vagrantfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Vagrantfile b/Vagrantfile
index ea49db646..8e8c1a15d 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -288,7 +288,7 @@ def install_pyinstaller()
. ~/.bash_profile
cd /vagrant/borg
. borg-env/bin/activate
- pip install 'pyinstaller==5.13.1'
+ pip install 'pyinstaller==5.13.2'
EOF
end