From 8aa35231626c6ecbac35b361f00b7fb9f4d1fa25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 22:03:51 +0000 Subject: [PATCH] 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] --- requirements.txt | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index f9ec89a82..b7f4b2967 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 ce8979c8e..a18d92bb7 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