From 7c80ae1e3fccbc76a9de807d87d9c3a6c995f403 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Jul 2023 10:36:12 +0200 Subject: [PATCH] fix(deps): update dependency ansible-core to v2.15.2 (#638) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index f9e4349..4a51097 100644 --- a/poetry.lock +++ b/poetry.lock @@ -17,14 +17,14 @@ ansible-core = ">=2.15.1,<2.16.0" [[package]] name = "ansible-core" -version = "2.15.1" +version = "2.15.2" description = "Radically simple IT automation" category = "main" optional = true python-versions = ">=3.9" files = [ - {file = "ansible-core-2.15.1.tar.gz", hash = "sha256:ed28eb4943e480004edc9ba1e9bee979a0650cb2f9372ce4a2bd572838c60d2b"}, - {file = "ansible_core-2.15.1-py3-none-any.whl", hash = "sha256:2926b1dc96ef69272195c91a1fedfe30b9aacd674cb04628b26626ecb0c8524a"}, + {file = "ansible-core-2.15.2.tar.gz", hash = "sha256:84251b001f2f9c0914beedffcf19529e745a13108159d1fe27de9e3a6a63ac5a"}, + {file = "ansible_core-2.15.2-py3-none-any.whl", hash = "sha256:07a8f0476904876aaaf51401c617519cdd9cfb6e1e3ac46597c35699b0b83d52"}, ] [package.dependencies] @@ -878,4 +878,4 @@ ansible-core = ["ansible-core"] [metadata] lock-version = "2.0" python-versions = "^3.9.0" -content-hash = "4e329aa6d4fc84ef503b330204679dabe5cce81fa2a520d622a1e1495d3df77c" +content-hash = "5a2e8051c457c9e19282aefeff0eb20f6380644c2db3b07a6dcedf3806ae3844" diff --git a/pyproject.toml b/pyproject.toml index e0385c0..4d8acce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ version = "0.0.0" [tool.poetry.dependencies] PyYAML = "6.0.1" ansible = {version = "8.1.0", optional = true} -ansible-core = {version = "2.15.1", optional = true} +ansible-core = {version = "2.15.2", optional = true} anyconfig = "0.13.0" appdirs = "1.4.4" colorama = "0.4.6"