Skip to content

Commit

Permalink
Merge pull request #3991 from shanemcd/downgrade-ptyprocess
Browse files Browse the repository at this point in the history
Downgrade ptyprocess

Reviewed-by: awxbot
             https://github.com/awxbot
  • Loading branch information
softwarefactory-project-zuul[bot] committed Jun 3, 2019
2 parents 112b9e7 + be3d095 commit 1829017
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements/requirements_ansible.in
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements_ansible.txt
Expand Up @@ -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
Expand Down

0 comments on commit 1829017

Please sign in to comment.