From e50a481357a06b330b01155d860ba90fbb0ea092 Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Wed, 13 Apr 2022 16:36:52 -0600 Subject: [PATCH] requirements: Update ansible to 2.10 Signed-off-by: Zack Cerza --- requirements.txt | 11 +++++++---- setup.cfg | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index 49c1ebf89..1f82d1c4a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,8 +4,10 @@ # # pip-compile --extra=test pyproject.toml # -ansible==2.9.27 +ansible==2.10.7 # via teuthology (pyproject.toml) +ansible-base==2.10.17 + # via ansible apache-libcloud==3.3.1 # via teuthology (pyproject.toml) appdirs==1.4.4 @@ -57,7 +59,7 @@ configparser==5.0.2 # via teuthology (pyproject.toml) cryptography==3.4.7 # via - # ansible + # ansible-base # openstacksdk # paramiko # pyopenssl @@ -120,7 +122,7 @@ iso8601==0.1.16 # python-novaclient # python-openstackclient jinja2==3.0.1 - # via ansible + # via ansible-base jmespath==0.10.0 # via # boto3 @@ -193,6 +195,7 @@ oslo.utils==4.12.2 # python-openstackclient packaging==21.0 # via + # ansible-base # oslo.utils # pytest # tox @@ -286,7 +289,7 @@ pytz==2021.1 # oslo.utils pyyaml==5.4.1 # via - # ansible + # ansible-base # cliff # openstacksdk # oslo.config diff --git a/setup.cfg b/setup.cfg index f2a3dc59e..05737a641 100644 --- a/setup.cfg +++ b/setup.cfg @@ -32,7 +32,7 @@ summary = Ceph test framework packages = find: install_requires = PyYAML - ansible>=2.8,<2.10 + ansible>=2.10,<3.0 apache-libcloud argparse>=1.2.1 backports.ssl-match-hostname -- 2.47.3