Kaynağa Gözat

vagrant: use pyinstaller 6.7.0

Thomas Waldmann 10 ay önce
ebeveyn
işleme
70d1758e04
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      Vagrantfile

+ 1 - 1
Vagrantfile

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