From c0e762419ec21426c2c9056adee9b14a9e17eb2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Aug 2022 05:12:41 +0000 Subject: [PATCH] Bump ansible from 6.2.0 to 6.3.0 in /.github/workflows Bumps [ansible](https://github.com/ansible/ansible) from 6.2.0 to 6.3.0. - [Release notes](https://github.com/ansible/ansible/releases) - [Commits](https://github.com/ansible/ansible/commits) --- updated-dependencies: - dependency-name: ansible dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/constraints.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/constraints.txt b/.github/workflows/constraints.txt index 1abc396..f947d97 100644 --- a/.github/workflows/constraints.txt +++ b/.github/workflows/constraints.txt @@ -1,5 +1,5 @@ pip==22.2.2 -ansible==6.2.0 +ansible==6.3.0 yamllint==1.27.1 ansible-lint==6.5.0 poetry==1.1.15