From: Zack Cerza Date: Thu, 9 May 2024 21:26:21 +0000 (-0600) Subject: Bump ansible-core to 2.16.6 X-Git-Tag: 1.2.0~45^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=94ce21482477bc7583996523c9fcd59e3a7e5468;p=teuthology.git Bump ansible-core to 2.16.6 First, I updated the version in setup.cfg, then ran: ./update-requirements.sh -P "ansible-core==2.16.6" Signed-off-by: Zack Cerza --- diff --git a/requirements.txt b/requirements.txt index 95eb3a994..9c9c7306b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ # # pip-compile --extra=test pyproject.toml # -ansible-core==2.13.13 +ansible-core==2.16.6 # via teuthology (pyproject.toml) apache-libcloud==3.8.0 # via teuthology (pyproject.toml) diff --git a/setup.cfg b/setup.cfg index c9848a69c..6f620ee56 100644 --- a/setup.cfg +++ b/setup.cfg @@ -30,7 +30,7 @@ python_requires = >=3.10 packages = find: install_requires = PyYAML - ansible-core==2.13.13 # 2.14.x requires python >= 3.9 + ansible-core==2.16.6 apache-libcloud backports.ssl-match-hostname beanstalkc3>=0.4.0