From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 22:03:51 +0000 (+0000) Subject: build(deps): bump ansible-core from 2.16.6 to 2.17.7 X-Git-Tag: 1.2.2~50^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=8aa35231626c6ecbac35b361f00b7fb9f4d1fa25;p=teuthology.git build(deps): bump ansible-core from 2.16.6 to 2.17.7 Bumps [ansible-core](https://github.com/ansible/ansible) from 2.16.6 to 2.17.7. - [Release notes](https://github.com/ansible/ansible/releases) - [Commits](https://github.com/ansible/ansible/compare/v2.16.6...v2.17.7) --- updated-dependencies: - dependency-name: ansible-core dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- diff --git a/requirements.txt b/requirements.txt index f9ec89a820..b7f4b29678 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ # # pip-compile --extra=test pyproject.toml # -ansible-core==2.16.6 +ansible-core==2.17.7 # via teuthology (pyproject.toml) apache-libcloud==3.8.0 # via teuthology (pyproject.toml) diff --git a/setup.cfg b/setup.cfg index ce8979c8e2..a18d92bb7e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -30,7 +30,7 @@ python_requires = >=3.10 packages = find: install_requires = PyYAML - ansible-core==2.16.6 + ansible-core==2.17.7 apache-libcloud backports.ssl-match-hostname beanstalkc3>=0.4.0