From 888302e9b8b7899d40dd7393a72a21dfbb96dfc3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 21:46:36 +0100 Subject: [PATCH] fix(deps): update dependency ansible-core to v2.14.18 [security] (#805) 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 0b7afec..90b60be 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2,13 +2,13 @@ [[package]] name = "ansible-core" -version = "2.14.17" +version = "2.14.18" description = "Radically simple IT automation" optional = true python-versions = ">=3.9" files = [ - {file = "ansible_core-2.14.17-py3-none-any.whl", hash = "sha256:fefd600780a9fa40f7cdc432264d861731682db43255eb0ebb6e6b6ab6165b1e"}, - {file = "ansible_core-2.14.17.tar.gz", hash = "sha256:9afec5ffd3bd762c258f4661e831e0930a4d99ae9d84844ddd7abf7da2c63114"}, + {file = "ansible_core-2.14.18-py3-none-any.whl", hash = "sha256:5219ab3f415790ad63e1485532ce9911c669c934a20e8ee4fb869ee9e2c28e10"}, + {file = "ansible_core-2.14.18.tar.gz", hash = "sha256:a953acb0db9e851c7044da9876b98924b7c2941148cab0c45f094309f17f8fd7"}, ] [package.dependencies] @@ -831,4 +831,4 @@ ansible-core = ["ansible-core"] [metadata] lock-version = "2.0" python-versions = "^3.9.0" -content-hash = "355ac0b4b2fd10680e9d23ee4c1e46070abb7583cbc034a82ec34bfb75722bb8" +content-hash = "029a7714126eb942f704711481048e089db084c3d6eb57ed700b4ab0b3094517" diff --git a/pyproject.toml b/pyproject.toml index b518b88..96a8ea7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ python = "^3.9.0" "ruamel.yaml" = "0.18.6" dynaconf = "3.2.6" gitpython = "3.1.43" -ansible-core = { version = "2.14.17", optional = true } +ansible-core = { version = "2.14.18", optional = true } structlog = "24.4.0" [tool.poetry.extras]