From a9d7771c5932e9897c7a109a9b24ab46b21b6ec1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Wed, 9 Dec 2020 00:09:53 +0100 Subject: [PATCH] ansible: Update 2.8.8 -> 2.10.4 --- requirements.txt | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/requirements.txt b/requirements.txt index 8ff402c..f9512fb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,11 +1,13 @@ -ansible==2.8.8 -asn1crypto==0.24.0 -cffi==1.12.3 -cryptography==2.7 -ipaddress==1.0.22 -Jinja2==2.10.1 -jmespath==0.9.4 +ansible==2.10.4 +ansible-base==2.10.3 +cffi==1.14.4 +cryptography==3.2.1 +ipaddress==1.0.23 +Jinja2==2.11.2 +jmespath==0.10.0 MarkupSafe==1.1.1 -pycparser==2.19 -PyYAML==5.1.1 -six==1.12.0 +packaging==20.7 +pycparser==2.20 +pyparsing==2.4.7 +PyYAML==5.3.1 +six==1.15.0