summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2023-09-14 19:26:01 +0200
committerThomas Waldmann <tw@waldmann-edv.de>2023-09-14 19:26:01 +0200
commit75f8391bb60aae696bb0f3edc4596bc9f388ef7f (patch)
tree1e6be5c9ab3b39e27260df216c7be9b36b73e0f6
parentb2e8ad0257fefac26d38a2d51c8d7e59456ecbb4 (diff)
vagrant: upgrade to pyinstaller 5.13.22.0.0b7
-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