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:
commit
1829017ad4
@ -50,6 +50,7 @@ pycurl==7.43.0.1 # higher versions will not install without SSL backend speci
|
||||
# AWX usage
|
||||
pexpect==4.6.0 # 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
|
||||
pip==9.0.1
|
||||
# VMware
|
||||
|
@ -88,7 +88,7 @@ paramiko==2.4.2 # via azure-cli-core, ncclient
|
||||
pbr==5.2.0 # via keystoneauth1, openstacksdk, os-service-types, stevedore
|
||||
pexpect==4.6.0
|
||||
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==0.4.5 # via paramiko, pyasn1-modules, rsa
|
||||
pycparser==2.19 # via cffi
|
||||
|
Loading…
Reference in New Issue
Block a user