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

@@ -7,6 +7,7 @@ for the list of changes in SaltStack.
**3004.1**
- Upgrade `salt-master` to `3004.1` *Silicon*
- Upgrade `pygit2` to version `1.9.1`
- Upgrade `libgit2` to version `1.4.2`
- Change Docker base image to `ubuntu:hirsute-20220113`

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'