From fada9005686ac0a58d0ef1017fc39da338761eb2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 09:44:19 +0200 Subject: [PATCH] fix(deps): update dependency ansible-core to v2.14.17 (#698) 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 c9cfd6f..dc3de9e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2,13 +2,13 @@ [[package]] name = "ansible-core" -version = "2.14.16" +version = "2.14.17" description = "Radically simple IT automation" optional = true python-versions = ">=3.9" files = [ - {file = "ansible_core-2.14.16-py3-none-any.whl", hash = "sha256:4e939b9a30ba4aa97284290171fa46d4c323c225c1cb6a2e8e751906b46de10c"}, - {file = "ansible_core-2.14.16.tar.gz", hash = "sha256:ecfa54de804afa8478c4611565c439fee5d966f1a87710f589c6b075dcef921b"}, + {file = "ansible_core-2.14.17-py3-none-any.whl", hash = "sha256:fefd600780a9fa40f7cdc432264d861731682db43255eb0ebb6e6b6ab6165b1e"}, + {file = "ansible_core-2.14.17.tar.gz", hash = "sha256:9afec5ffd3bd762c258f4661e831e0930a4d99ae9d84844ddd7abf7da2c63114"}, ] [package.dependencies] @@ -907,4 +907,4 @@ ansible-core = ["ansible-core"] [metadata] lock-version = "2.0" python-versions = "^3.9.0" -content-hash = "93709cbf1cecae9770393cca6df2df4427ec6bbd09e9a5ab91dc26ddad4de382" +content-hash = "7164b0f7aabc9109d074e57b9ecbda7cf9ea1bc228991c99adbb24b6198f2e67" diff --git a/pyproject.toml b/pyproject.toml index d78e73c..fd47fdd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ pathspec = "0.12.1" python = "^3.9.0" python-json-logger = "2.0.7" "ruamel.yaml" = "0.18.6" -ansible-core = { version = "2.14.16", optional = true } +ansible-core = { version = "2.14.17", optional = true } [tool.poetry.extras] ansible-core = ["ansible-core"]