diff options
author | Ryan Petrello <rpetrell@redhat.com> | 2020-08-11 15:32:09 +0200 |
---|---|---|
committer | Ryan Petrello <rpetrell@redhat.com> | 2020-08-11 15:34:04 +0200 |
commit | 5e9d372db2ad8218266dc18abf579cae71b9d96e (patch) | |
tree | 860c5b47d4004da3cda003f6fcdef840579323bc /requirements/requirements.txt | |
parent | Merge pull request #7644 from marshmalien/smart-inventory-forms (diff) | |
download | awx-5e9d372db2ad8218266dc18abf579cae71b9d96e.tar.xz awx-5e9d372db2ad8218266dc18abf579cae71b9d96e.zip |
update to a newer python-ldap to address a bug
see: https://github.com/ansible/awx/issues/7868
Diffstat (limited to '')
-rw-r--r-- | requirements/requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements/requirements.txt b/requirements/requirements.txt index 8820e46b29..8408960f28 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -93,7 +93,7 @@ pyrad==2.3 # via django-radius pyrsistent==0.15.7 # via jsonschema python-daemon==2.2.4 # via ansible-runner python-dateutil==2.8.1 # via adal, kubernetes -python-ldap==3.2.0 # via django-auth-ldap +python-ldap==3.3.1 # via -r /awx_devel/requirements/requirements.in, django-auth-ldap python-radius==1.0 # via -r /awx_devel/requirements/requirements.in python-string-utils==1.0.0 # via openshift python3-openid==3.1.0 # via social-auth-core |