From d4913dfa0325f03712273ec7ba7c9df910a1d9c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Feb 2022 13:08:19 +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.17. - [Release notes](https://github.com/ansible/ansible/releases) - [Commits](https://github.com/ansible/ansible/compare/v2.10.7...v2.10.17) --- 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..72133de 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.17 diff --git a/.github/workflows/requirements/requirements_molecule.txt b/.github/workflows/requirements/requirements_molecule.txt index 0984b5d..b99049e 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.17 ansible-lint==4.3.7 yamllint==1.26.0 molecule[docker]==3.2.4