From fde78ad9d2886227596f9db1b94291e84b000db1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Jul 2023 10:57:17 +0200 Subject: [PATCH] fix(deps): update dependency ansible to v8.2.0 (#640) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 4a51097..acfdea3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2,18 +2,18 @@ [[package]] name = "ansible" -version = "8.1.0" +version = "8.2.0" description = "Radically simple IT automation" category = "main" optional = true python-versions = ">=3.9" files = [ - {file = "ansible-8.1.0-py3-none-any.whl", hash = "sha256:3bcfb06f2d65edc1c4876df33a52d4469d48d4fe534f1d8ffa196f1b0d81ab0e"}, - {file = "ansible-8.1.0.tar.gz", hash = "sha256:91f20b5bfcf5f298533c174a93881e00bc9e6b41411464f44c054a38d716a56a"}, + {file = "ansible-8.2.0-py3-none-any.whl", hash = "sha256:4b0b4f301c9d42d39597d45fdd5c6844f4ae5beeb5c003659b9fc464246a14f5"}, + {file = "ansible-8.2.0.tar.gz", hash = "sha256:935a6921ffb034aa18e6507b49e401676cd15243d6faa5e05e221008bf725c97"}, ] [package.dependencies] -ansible-core = ">=2.15.1,<2.16.0" +ansible-core = ">=2.15.2,<2.16.0" [[package]] name = "ansible-core" @@ -878,4 +878,4 @@ ansible-core = ["ansible-core"] [metadata] lock-version = "2.0" python-versions = "^3.9.0" -content-hash = "5a2e8051c457c9e19282aefeff0eb20f6380644c2db3b07a6dcedf3806ae3844" +content-hash = "e168043aab2215587a892255f38e6b841d817a04670d568b5b9312656b950b20" diff --git a/pyproject.toml b/pyproject.toml index 4d8acce..3f17620 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ version = "0.0.0" [tool.poetry.dependencies] PyYAML = "6.0.1" -ansible = {version = "8.1.0", optional = true} +ansible = {version = "8.2.0", optional = true} ansible-core = {version = "2.15.2", optional = true} anyconfig = "0.13.0" appdirs = "1.4.4"