Skip to content

Commit

Permalink
Merge pull request #8132 from wenottingham/halfway-there
Browse files Browse the repository at this point in the history
Make ansible venv psutil match awx venv version

Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
  • Loading branch information
softwarefactory-project-zuul[bot] authored Sep 11, 2020
2 parents 0a871c6 + f1c5947 commit 0c5aaa2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements/requirements_ansible.in
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ netaddr
ovirt-engine-sdk-python==4.3.0 # minimum set inside Ansible facts module requirements
pycurl==7.43.0.1 # higher versions will not install without SSL backend specified
# AWX usage
psutil==5.4.3 # same as AWX requirement
psutil==5.7.0 # same as AWX requirement
# VMware
pyvmomi==6.7.3
# WinRM
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements_ansible.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ ovirt-engine-sdk-python==4.3.0 # via -r /awx_devel/requirements/requirements_an
packaging==19.2 # via -r /awx_devel/requirements/requirements_ansible.in
paramiko==2.7.1 # via azure-cli-core, ncclient
pbr==5.4.4 # via keystoneauth1, openstacksdk, os-service-types, stevedore
psutil==5.4.3 # via -r /awx_devel/requirements/requirements_ansible.in
psutil==5.7.0 # via -r /awx_devel/requirements/requirements_ansible.in
pyasn1-modules==0.2.7 # via google-auth
pyasn1==0.4.8 # via pyasn1-modules, requests-credssp, rsa
pycparser==2.19 # via cffi
Expand Down

0 comments on commit 0c5aaa2

Please sign in to comment.