From 864cc4428555bae6021584dadbf44d75fdac8791 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 10:59:16 -0800 Subject: [PATCH 1/2] Bump ansible-core in /.github/workflows/requirements (#85) Bumps [ansible-core](https://github.com/ansible/ansible) from 2.16.2 to 2.16.3. - [Release notes](https://github.com/ansible/ansible/releases) - [Commits](https://github.com/ansible/ansible/compare/v2.16.2...v2.16.3) --- updated-dependencies: - dependency-name: ansible-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: John Wong <62568830+jswongF5@users.noreply.github.com> --- .github/workflows/requirements/requirements_ansible_lint.txt | 2 +- .github/workflows/requirements/requirements_galaxy.txt | 2 +- .github/workflows/requirements/requirements_molecule.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/requirements/requirements_ansible_lint.txt b/.github/workflows/requirements/requirements_ansible_lint.txt index 4931af8..512608f 100644 --- a/.github/workflows/requirements/requirements_ansible_lint.txt +++ b/.github/workflows/requirements/requirements_ansible_lint.txt @@ -1,4 +1,4 @@ -ansible-core==2.16.2 +ansible-core==2.16.3 jinja2==3.1.3 ansible-compat==4.1.11 yamllint==1.34.0 diff --git a/.github/workflows/requirements/requirements_galaxy.txt b/.github/workflows/requirements/requirements_galaxy.txt index 92e31ea..c9ca4d0 100644 --- a/.github/workflows/requirements/requirements_galaxy.txt +++ b/.github/workflows/requirements/requirements_galaxy.txt @@ -1 +1 @@ -ansible-core==2.16.2 +ansible-core==2.16.3 diff --git a/.github/workflows/requirements/requirements_molecule.txt b/.github/workflows/requirements/requirements_molecule.txt index b372c4d..2c75d00 100644 --- a/.github/workflows/requirements/requirements_molecule.txt +++ b/.github/workflows/requirements/requirements_molecule.txt @@ -1,4 +1,4 @@ -ansible-core==2.16.2 +ansible-core==2.16.3 jinja2==3.1.3 molecule==6.0.3 molecule-plugins[docker]==23.5.0 From ea32330fb352b380413e93364f73c633411d0ac3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 11:46:19 -0800 Subject: [PATCH 2/2] Bump molecule-plugins[docker] in /.github/workflows/requirements (#88) Bumps [molecule-plugins[docker]](https://github.com/ansible-community/molecule-plugins) from 23.5.0 to 23.5.3. - [Release notes](https://github.com/ansible-community/molecule-plugins/releases) - [Commits](https://github.com/ansible-community/molecule-plugins/compare/v23.5.0...v23.5.3) --- updated-dependencies: - dependency-name: molecule-plugins[docker] dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: John Wong <62568830+jswongF5@users.noreply.github.com> --- .github/workflows/requirements/requirements_molecule.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/requirements/requirements_molecule.txt b/.github/workflows/requirements/requirements_molecule.txt index 2c75d00..0f3c84c 100644 --- a/.github/workflows/requirements/requirements_molecule.txt +++ b/.github/workflows/requirements/requirements_molecule.txt @@ -1,6 +1,6 @@ ansible-core==2.16.3 jinja2==3.1.3 molecule==6.0.3 -molecule-plugins[docker]==23.5.0 +molecule-plugins[docker]==23.5.3 docker==7.0.0 pip>=23.1.2