1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 08:21:15 +03:00

Merge pull request #3991 from shanemcd/downgrade-ptyprocess

Downgrade ptyprocess

Reviewed-by: awxbot
             https://github.com/awxbot
This commit is contained in:
softwarefactory-project-zuul[bot] 2019-06-03 18:19:15 +00:00 committed by GitHub
commit 1829017ad4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -50,6 +50,7 @@ pycurl==7.43.0.1 # higher versions will not install without SSL backend speci
# AWX usage # AWX usage
pexpect==4.6.0 # same as AWX requirement pexpect==4.6.0 # same as AWX requirement
psutil==5.4.3 # same as AWX requirement psutil==5.4.3 # same as AWX requirement
ptyprocess==0.5.2 # via pexpect, but needs to be pinned. Read the blame.
setuptools==36.0.1 setuptools==36.0.1
pip==9.0.1 pip==9.0.1
# VMware # VMware

View File

@ -88,7 +88,7 @@ paramiko==2.4.2 # via azure-cli-core, ncclient
pbr==5.2.0 # via keystoneauth1, openstacksdk, os-service-types, stevedore pbr==5.2.0 # via keystoneauth1, openstacksdk, os-service-types, stevedore
pexpect==4.6.0 pexpect==4.6.0
psutil==5.4.3 psutil==5.4.3
ptyprocess==0.6.0 # via pexpect ptyprocess==0.5.2 # via pexpect
pyasn1-modules==0.2.5 # via google-auth pyasn1-modules==0.2.5 # via google-auth
pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa
pycparser==2.19 # via cffi pycparser==2.19 # via cffi