From ecde1c6f9d7799cace0f4184bf2cc84fb86143c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Dec 2021 13:06:31 +0000 Subject: [PATCH] Bump ansible-base in /.github/workflows/requirements Bumps [ansible-base](https://github.com/ansible/ansible) from 2.10.7 to 2.10.16. - [Release notes](https://github.com/ansible/ansible/releases) - [Commits](https://github.com/ansible/ansible/compare/v2.10.7...v2.10.16) --- updated-dependencies: - dependency-name: ansible-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/requirements/requirements_galaxy.txt | 2 +- .github/workflows/requirements/requirements_molecule.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/requirements/requirements_galaxy.txt b/.github/workflows/requirements/requirements_galaxy.txt index f3a735c..717ceb5 100644 --- a/.github/workflows/requirements/requirements_galaxy.txt +++ b/.github/workflows/requirements/requirements_galaxy.txt @@ -1 +1 @@ -ansible-base==2.10.7 +ansible-base==2.10.16 diff --git a/.github/workflows/requirements/requirements_molecule.txt b/.github/workflows/requirements/requirements_molecule.txt index 0984b5d..6c96686 100644 --- a/.github/workflows/requirements/requirements_molecule.txt +++ b/.github/workflows/requirements/requirements_molecule.txt @@ -1,4 +1,4 @@ -ansible-base==2.10.7 +ansible-base==2.10.16 ansible-lint==4.3.7 yamllint==1.26.0 molecule[docker]==3.2.4