Pin github3.py to <3.0.0

The latest release 3.0.0 of Github3.py breaks Zuul when using Github
Enterprise <3.1 [1].

[1] https://github.com/sigmavirus24/github3.py/issues/1057

Change-Id: I1c199cd43985458f88137b218916b156972494ad
This commit is contained in:
Tobias Henkel 2021-11-03 16:43:12 +01:00
parent 5cd7420745
commit 1a08b7542f
No known key found for this signature in database
GPG Key ID: 03750DEC158E5FA2
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ pbr>=1.1.0
virtualenv!=20.0.0,!=20.0.1,>20
python-dateutil
github3.py>=1.1.0
github3.py>=1.1.0,<3.0.0 # https://github.com/sigmavirus24/github3.py/issues/1057
PyYAML>=5.1.0
paramiko>=2.0.1
GitPython>=2.1.8