From ef8821f44d461626a5ab46002cd514823bd56c63 Mon Sep 17 00:00:00 2001 From: Sergii Golovatiuk Date: Fri, 5 Dec 2025 16:11:25 +0100 Subject: [PATCH] Bump ansible-core pin to 2.17.14 It's the last working version that doesn't require a major templating refactoring introduces in ansible-core 2.18 and ansible 12 [1]. This patch bumps ansible-core and dogpile as this change doesn't require significant refactoring. All required patches are already merged and version 2.17.14 was tested locally [1] https://docs.ansible.com/projects/ansible/devel/porting_guides/porting_guide_12.html Signed-off-by: Sergii Golovatiuk --- common-requirements.txt | 2 +- test-requirements.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/common-requirements.txt b/common-requirements.txt index b612f7a926..bbfdeec1b1 100644 --- a/common-requirements.txt +++ b/common-requirements.txt @@ -1,4 +1,4 @@ -ansible-core==2.15.13 +ansible-core==2.17.14 oauthlib==3.2.2 kubernetes==31.0.0 kubernetes-validate==1.31.0 diff --git a/test-requirements.txt b/test-requirements.txt index f69ccac045..4fc7eee067 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,11 +1,11 @@ -ansible-core==2.15.13 +ansible-core==2.17.14 # Molecule Deps molecule==5.1.0 molecule-plugins[podman]==23.5.0 ruamel.yaml==0.18.6 ansi2html==1.9.2 -dogpile.cache==1.3.3 +dogpile.cache==1.5.0 jmespath==1.0.1 # required by devscripts role netaddr==1.3.0 # required by libvirt_manager role dnspython==2.7.0 # required by community.general.dig