From 55b4f2a0919bd52aeae271ca674333cd040512f2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 May 2023 12:09:17 +0200 Subject: [PATCH] fix(deps): update dependency ansible to v7.6.0 (#606) 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 20d60dd..36f09e6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2,18 +2,18 @@ [[package]] name = "ansible" -version = "7.5.0" +version = "7.6.0" description = "Radically simple IT automation" category = "main" optional = true python-versions = ">=3.9" files = [ - {file = "ansible-7.5.0-py3-none-any.whl", hash = "sha256:a2deadeb8a199abfbd7c1960bc126697be517ac4310b2f59eb2190706e6a2637"}, - {file = "ansible-7.5.0.tar.gz", hash = "sha256:4f08ca25bb29005c1afc4125e837882ad7a2c67ff0cc9d1a361b89ad09cf8c44"}, + {file = "ansible-7.6.0-py3-none-any.whl", hash = "sha256:e7b1ea64ac2af00f18df3f20d69651f119b1bc3c68d57f8f8a16b045b430dc56"}, + {file = "ansible-7.6.0.tar.gz", hash = "sha256:4159a266f2caf91adf16daca6a23d132b987ce3acde9c0f2f3089e80d8048f2e"}, ] [package.dependencies] -ansible-core = ">=2.14.5,<2.15.0" +ansible-core = ">=2.14.6,<2.15.0" [[package]] name = "ansible-core" @@ -798,4 +798,4 @@ ansible-core = ["ansible-core"] [metadata] lock-version = "2.0" python-versions = "^3.9.0" -content-hash = "04de7defb08cc2c54ac5e037a6cd581613da3ccb95b74f7b7e680e25f03ffb2e" +content-hash = "c264e099e73c428b7099445720ab3e3c95eb2287ce2500ef5605106ec35aca1e" diff --git a/pyproject.toml b/pyproject.toml index a1bc6dc..5437f4b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ version = "0.0.0" [tool.poetry.dependencies] PyYAML = "6.0" -ansible = {version = "7.5.0", optional = true} +ansible = {version = "7.6.0", optional = true} ansible-core = {version = "2.14.6", optional = true} anyconfig = "0.13.0" appdirs = "1.4.4"