Explorar o código

Merge pull request #7776 from ThomasWaldmann/pyi-5.13.1-master

vagrant: use pyinstaller 5.13.1
TW hai 1 ano
pai
achega
d3062674d9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Vagrantfile

+ 1 - 1
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