Skip to content

Commit

Permalink
Merge pull request #8419 from ThomasWaldmann/upgrade-pyinstaller
Browse files Browse the repository at this point in the history
upgrade pyinstaller to 6.10.0, fixes #8366
  • Loading branch information
ThomasWaldmann committed Sep 25, 2024
2 parents 656124e + ae85f64 commit fa7a935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ def install_pyinstaller()
. ~/.bash_profile
cd /vagrant/borg
. borg-env/bin/activate
pip install 'pyinstaller==6.7.0'
pip install 'pyinstaller==6.10.0'
EOF
end

Expand Down

0 comments on commit fa7a935

Please sign in to comment.