Merge pull request #7860 from AlanCoding/upgrade_gitpython

Upgrade gitpython to pick up bug fix

Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
softwarefactory-project-zuul[bot] 2020-08-10 19:07:26 +00:00 committed by GitHub
commit 9bd6a323aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 2 deletions

View File

@ -8,6 +8,8 @@ Commands should be run from inside the `./requirements` directory of the awx rep
Make sure you have `patch, awk, python3, python2, python3-venv, python2-virtualenv, pip2, pip3` installed. The development container image should have all these.
Even in the dev container, you may still have to dnf install `libpq-devel libcurl-devel`.
### Upgrading or Adding Select Libraries
If you need to add or upgrade one targeted library, then modify `requirements.in`,

View File

@ -23,7 +23,7 @@ django-split-settings
django-taggit
djangorestframework
djangorestframework-yaml
GitPython
GitPython>=3.1.1 # minimum to fix https://github.com/ansible/awx/issues/6119
irc
jinja2
jsonschema

View File

@ -43,7 +43,7 @@ djangorestframework==3.11.0 # via -r /awx_devel/requirements/requirements.in
docutils==0.16 # via python-daemon
future==0.16.0 # via django-radius
gitdb==4.0.2 # via gitpython
gitpython==3.1.0 # via -r /awx_devel/requirements/requirements.in
gitpython==3.1.7 # via -r /awx_devel/requirements/requirements.in
google-auth==1.11.3 # via kubernetes
hiredis==1.0.1 # via aioredis
hyperlink==19.0.0 # via twisted