diff --git a/requirements.txt b/requirements.txt index 95eb3a994..cc64575f5 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.15.8 # via teuthology (pyproject.toml) apache-libcloud==3.8.0 # via teuthology (pyproject.toml) diff --git a/setup.cfg b/setup.cfg index be35d5ebd..4c1c8b7c9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -31,7 +31,7 @@ python_requires = >=3.8 packages = find: install_requires = PyYAML - ansible-core==2.13.13 # 2.14.x requires python >= 3.9 + ansible-core==2.15.8 # 2.14.x requires python >= 3.9 apache-libcloud backports.ssl-match-hostname beanstalkc3>=0.4.0