From adc83ff1b081f51bc5046d12061f305de071e051 Mon Sep 17 00:00:00 2001 From: Teoman ONAY Date: Mon, 4 Dec 2023 15:40:51 +0100 Subject: [PATCH] ansible: bump version to 2.12 or later Ansible 2.9 is not supported anymore since May 2022 Signed-off-by: Teoman ONAY --- requirements.txt | 2 +- tests/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 41bb242..c0bab41 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ testinfra>=3,<4 pytest-xdist==1.28.0 pytest>=4.6,<5.0 -ansible>=2.9,<2.10,!=2.9.10 +ansible>2.11,<2.16 Jinja2>=2.10 diff --git a/tests/requirements.txt b/tests/requirements.txt index 41bb242..c0bab41 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,5 +1,5 @@ testinfra>=3,<4 pytest-xdist==1.28.0 pytest>=4.6,<5.0 -ansible>=2.9,<2.10,!=2.9.10 +ansible>2.11,<2.16 Jinja2>=2.10