From 396e665de5fc783e017820b6e5c191331652cd4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Aug 2022 17:10:52 +0200 Subject: [PATCH] build(deps): bump ansible-core from 2.13.2 to 2.13.3 (#195) Bumps [ansible-core](https://github.com/ansible/ansible) from 2.13.2 to 2.13.3. - [Release notes](https://github.com/ansible/ansible/releases) - [Commits](https://github.com/ansible/ansible/compare/v2.13.2...v2.13.3) --- updated-dependencies: - dependency-name: ansible-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4574cc89..b25b12af 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # Module deps, useful for editor intellisense, etc. -ansible-core==2.13.2 +ansible-core==2.13.3 # Linting & Formatting ansible-lint==6.4.0