From 4c25ae26eff6c6e6f091f7370a408e8dfb40c7df Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Oct 2021 09:58:50 +0200 Subject: [PATCH] fix(deps): update dependency ansible to v4.7.0 (#243) --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 9a0278b..6a28cb9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,13 +1,13 @@ [[package]] name = "ansible" -version = "4.6.0" +version = "4.7.0" description = "Radically simple IT automation" category = "main" optional = true python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*" [package.dependencies] -ansible-core = ">=2.11.5,<2.12" +ansible-core = ">=2.11.6,<2.12" [[package]] name = "ansible-core" @@ -711,11 +711,11 @@ ansible-core = ["ansible-core"] [metadata] lock-version = "1.1" python-versions = "^3.7.0" -content-hash = "5326d53ba8924dec12a0971a800b2bafbf0988e952e5098e38035fceec983069" +content-hash = "2f4cd6601e91aa22be3032a93982be74c652c3aeb3b6a1d9a87ddc15722a18b3" [metadata.files] ansible = [ - {file = "ansible-4.6.0.tar.gz", hash = "sha256:2955fcbf51367f8bd88c38a86f8be83d4fcd05f778afb4feed31abfe8dcff639"}, + {file = "ansible-4.7.0.tar.gz", hash = "sha256:0b7c52ec51e326941aa1af5affd9bfed9c1bfc61619c1c4210dce1665a4c4b29"}, ] ansible-core = [ {file = "ansible-core-2.11.6.tar.gz", hash = "sha256:93d50283c7c5b476debf83dc089b3f679b939a8b9a7b5d628d28daafbb3d303a"}, diff --git a/pyproject.toml b/pyproject.toml index d4ee979..e121c98 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ version = "0.0.0" [tool.poetry.dependencies] PyYAML = "5.4.1" -ansible = {version = "4.6.0", optional = true} +ansible = {version = "4.7.0", optional = true} ansible-core = {version = "2.11.6", optional = true} anyconfig = "0.12.0" appdirs = "1.4.4"