feat: Upgrade pygit2 to version 1.9.1

This commit is contained in:
Carlos Álvaro
2022-03-28 22:56:25 +02:00
parent ab1111fce5
commit 191b446382
2 changed files with 2 additions and 1 deletions

View File

@@ -42,7 +42,7 @@ pip3 install timelib==0.2.5
# Install pygit2 package
install_libssh2
install_libgit2
pip3 install pygit2==1.7.0
pip3 install cached-property cffi==1.14.6 pygit2==1.9.1
# Downloading bootstrap-salt.sh script
BOOTSTRAP_VERSION='2021.09.17'