revert jinja2 dep changes for ansible venv

This commit is contained in:
Jim Ladd 2021-01-11 11:48:39 -08:00
parent d59e172f53
commit 60dee83481
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ azure-mgmt-iothub==0.7.0
# AWS
boto==2.47.0 # last which does not break ec2 scripts
boto3==1.9.223
jinja2==2.11.2 # required for ChainableUndefined
jinja2==2.10.1 # required for native jinja2 types for inventory compat mode
# netconf for network modules
ncclient==0.6.3
# netaddr filter

View File

@ -58,7 +58,7 @@ idna==2.8 # via requests
ipaddress==1.0.23; python_version < "3" # via cryptography, kubernetes, openstacksdk
iso8601==0.1.12 # via keystoneauth1, openstacksdk
isodate==0.6.0 # via msrest
jinja2==2.11.2 # via -r /awx_devel/requirements/requirements_ansible.in, openshift
jinja2==2.10.1 # via -r /awx_devel/requirements/requirements_ansible.in, openshift
jmespath==0.9.4 # via azure-cli-core, boto3, botocore, knack, openstacksdk
jsonpatch==1.24 # via openstacksdk
jsonpointer==2.0 # via jsonpatch