From 7b53cdfa237982f820d07f19df2b44ad150bd841 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 04:07:12 +0000 Subject: [PATCH 1/3] chore(deps): update ansible-core requirement Updates the requirements on [ansible-core](https://github.com/ansible/ansible) to permit the latest version. - [Release notes](https://github.com/ansible/ansible/releases) - [Commits](https://github.com/ansible/ansible/compare/v2.15.0...v2.17.0) --- updated-dependencies: - dependency-name: ansible-core dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index bf9707f1..38bac2bc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -ansible-core>=2.15,<2.16.6 +ansible-core>=2.15,<2.17.1 graphviz>=0.18,<1 colour<1 lxml<6 From ee70423f74568172c4a46bbab148bcf3ddec005a Mon Sep 17 00:00:00 2001 From: Mohamed El Mouctar HAIDARA Date: Wed, 17 Jul 2024 11:56:32 +0000 Subject: [PATCH 2/3] update version --- .github/workflows/testing.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing.yaml b/.github/workflows/testing.yaml index 8bc2fcc8..62f360da 100644 --- a/.github/workflows/testing.yaml +++ b/.github/workflows/testing.yaml @@ -24,7 +24,7 @@ jobs: matrix: python-version: [ '3.10', '3.11' ] # See https://www.ansible.com/blog/ansible-3.0.0-qa and https://docs.ansible.com/ansible/devel/reference_appendices/release_and_maintenance.html - ansible-core-version: [ '2.15.*', '2.16.*' ] + ansible-core-version: [ '2.15.*', '2.17.*' ] steps: - name: Checkout code From 9ad5de69555260e52c245d725ba9b147b1f417bf Mon Sep 17 00:00:00 2001 From: Mohamed El Mouctar HAIDARA Date: Wed, 17 Jul 2024 11:59:02 +0000 Subject: [PATCH 3/3] min ansible 2.16 --- .github/workflows/testing.yaml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/testing.yaml b/.github/workflows/testing.yaml index 62f360da..bfbbe818 100644 --- a/.github/workflows/testing.yaml +++ b/.github/workflows/testing.yaml @@ -24,7 +24,7 @@ jobs: matrix: python-version: [ '3.10', '3.11' ] # See https://www.ansible.com/blog/ansible-3.0.0-qa and https://docs.ansible.com/ansible/devel/reference_appendices/release_and_maintenance.html - ansible-core-version: [ '2.15.*', '2.17.*' ] + ansible-core-version: [ '2.16.*', '2.17.*' ] steps: - name: Checkout code diff --git a/requirements.txt b/requirements.txt index 38bac2bc..aa0feb2b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -ansible-core>=2.15,<2.17.1 +ansible-core>=2.16,<2.17.1 graphviz>=0.18,<1 colour<1 lxml<6