From 38cdf1d8265f66065af38ad1f1606e538af00143 Mon Sep 17 00:00:00 2001 From: Victor Morales Date: Thu, 31 Mar 2022 17:30:38 -0700 Subject: [PATCH] Upgrade Ansible python dependencies --- deployment/requirements.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/deployment/requirements.txt b/deployment/requirements.txt index eb25135f0..ad578e4ee 100644 --- a/deployment/requirements.txt +++ b/deployment/requirements.txt @@ -4,13 +4,13 @@ # # pip-compile --output-file=requirements.txt requirements.in # -ansible==5.5.0 +ansible==5.6.0 # via -r requirements.in -ansible-core==2.12.3 +ansible-core==2.12.5 # via ansible -boto3==1.21.25 +boto3==1.22.0 # via -r requirements.in -botocore==1.24.25 +botocore==1.25.0 # via # -r requirements.in # boto3 @@ -19,7 +19,7 @@ cffi==1.15.0 # via cryptography cryptography==36.0.2 # via ansible-core -jinja2==3.0.3 +jinja2==3.1.1 # via ansible-core jmespath==1.0.0 # via @@ -31,7 +31,7 @@ packaging==21.3 # via ansible-core pycparser==2.21 # via cffi -pyparsing==3.0.7 +pyparsing==3.0.8 # via packaging python-dateutil==2.8.2 # via botocore