Browse Source

vagrant: use pyinstaller 6.11.1

Thomas Waldmann 2 tháng trước cách đây
mục cha
commit
944a74cdf7
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Vagrantfile

+ 1 - 1
Vagrantfile

@@ -256,7 +256,7 @@ def install_pyinstaller()
     . ~/.bash_profile
     cd /vagrant/borg
     . borg-env/bin/activate
-    pip install 'pyinstaller==6.10.0'
+    pip install 'pyinstaller==6.11.1'
   EOF
 end