From: Zack Cerza Date: Wed, 13 Apr 2022 22:36:52 +0000 (-0600) Subject: requirements: Update ansible to 2.10 X-Git-Tag: 1.2.0~175^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F1748%2Fhead;p=teuthology.git requirements: Update ansible to 2.10 Signed-off-by: Zack Cerza --- 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