From 7e3179af792dd6092d205aaa11d6ec45113e07d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 May 2021 06:09:27 +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.10. - [Release notes](https://github.com/ansible/ansible/releases) - [Commits](https://github.com/ansible/ansible/compare/v2.10.7...v2.10.10) 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..7cefb2b 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.10 diff --git a/.github/workflows/requirements/requirements_molecule.txt b/.github/workflows/requirements/requirements_molecule.txt index 0984b5d..26de0a0 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.10 ansible-lint==4.3.7 yamllint==1.26.0 molecule[docker]==3.2.4