From 16e30d1506bfee2e0cd178bcc9493de63ac8ee17 Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Wed, 27 Dec 2023 10:54:22 -0700 Subject: [PATCH] requirements: Update ansible Signed-off-by: Zack Cerza --- requirements.txt | 14 ++++++++------ setup.cfg | 2 +- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/requirements.txt b/requirements.txt index 1e6defe473..6cfee56955 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,9 +4,9 @@ # # pip-compile --extra=test pyproject.toml # -ansible==2.10.7 +ansible==6.7.0 # via teuthology (pyproject.toml) -ansible-base==2.10.17 +ansible-core==2.13.13 # via ansible apache-libcloud==3.3.1 # via teuthology (pyproject.toml) @@ -47,7 +47,7 @@ configparser==5.0.2 # via teuthology (pyproject.toml) cryptography==41.0.7 # via - # ansible-base + # ansible-core # paramiko # pyopenssl distlib==0.3.4 @@ -73,7 +73,7 @@ iniconfig==1.1.1 ipy==1.1 # via teuthology (pyproject.toml) jinja2==3.0.1 - # via ansible-base + # via ansible-core jmespath==0.10.0 # via # boto3 @@ -94,7 +94,7 @@ nose==1.3.7 # via teuthology (pyproject.toml) packaging==22.0 # via - # ansible-base + # ansible-core # build # pytest # tox @@ -150,12 +150,14 @@ python-dateutil==2.8.2 # teuthology (pyproject.toml) pyyaml==6.0.1 # via - # ansible-base + # ansible-core # teuthology (pyproject.toml) requests==2.31.0 # via # apache-libcloud # teuthology (pyproject.toml) +resolvelib==0.8.1 + # via ansible-core s3transfer==0.5.2 # via boto3 sentry-sdk==1.6.0 diff --git a/setup.cfg b/setup.cfg index bbc6ce9f2a..cf77934262 100644 --- a/setup.cfg +++ b/setup.cfg @@ -30,7 +30,7 @@ summary = Ceph test framework packages = find: install_requires = PyYAML - ansible>=2.10,<3.0 + ansible==6.7.0 # Later versions don't support python 3.8 apache-libcloud backports.ssl-match-hostname beanstalkc3>=0.4.0 -- 2.39.5