update to pygit2>=1.4.0 for arch compatibility

This commit is contained in:
Bryce Larson 2021-01-15 16:26:03 +00:00 committed by Pedro Algarvio
parent 406f6a625f
commit 511e49fc10
2 changed files with 2 additions and 2 deletions

View file

@ -2,4 +2,4 @@
pyiface
pygit2<=0.28.2; python_version < '3.8'
pygit2<1.1.0; python_version == '3.8'
pygit2>=1.2.0; python_version >= '3.9'
pygit2>=1.4.0; python_version >= '3.9'

View file

@ -183,7 +183,7 @@ pycparser==2.17
pycryptodomex==3.9.8
pycurl==7.43.0.6
pyeapi==0.8.3 # via napalm
pygit2==1.2.0 ; python_version >= "3.9"
pygit2==1.4.0 ; python_version >= "3.9"
pyiface==0.0.11
pyinotify==0.9.6 ; sys_platform != "win32" and sys_platform != "darwin"
pyjwt==1.7.1 # via adal