From bab098efca9fde1d4f6f7f2e4095460b9e20758a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 21:54:27 +0100 Subject: [PATCH] fix(deps): update dependency ansible-core to v2.14.3 (#554) --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index f0768a1..44ef306 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry and should not be changed by hand. +# This file is automatically @generated by Poetry 1.4.0 and should not be changed by hand. [[package]] name = "ansible" @@ -17,14 +17,14 @@ ansible-core = ">=2.14.2,<2.15.0" [[package]] name = "ansible-core" -version = "2.14.2" +version = "2.14.3" description = "Radically simple IT automation" category = "main" optional = true python-versions = ">=3.9" files = [ - {file = "ansible-core-2.14.2.tar.gz", hash = "sha256:47f0d4b4125b58edba6435a47f37cbe6a18da54594d18f812958bb0cb58d4e65"}, - {file = "ansible_core-2.14.2-py3-none-any.whl", hash = "sha256:d1d44aab18fb5436d94ba77081bcfebece2a87015665e2444aadc16ece230886"}, + {file = "ansible-core-2.14.3.tar.gz", hash = "sha256:093a4bc4a1259eaeb56ea37ec1d33cf1836c88f39281d89197f8d3480e068a58"}, + {file = "ansible_core-2.14.3-py3-none-any.whl", hash = "sha256:a4b36bfdd7aa3534d449e9ae6a9fd82d8e513fda8caaf5d18e1e27d217151c8c"}, ] [package.dependencies] @@ -798,4 +798,4 @@ ansible-core = ["ansible-core"] [metadata] lock-version = "2.0" python-versions = "^3.9.0" -content-hash = "26f735832953ad4655cbcfdba191ccf5bded76ed4d50b791edf6fba1d5b41875" +content-hash = "7dcbe69b5008cb8bec7e6d50cdba9832e4df013205efe3ec8cc1c4f673284b20" diff --git a/pyproject.toml b/pyproject.toml index 8acbcca..1540778 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ version = "0.0.0" [tool.poetry.dependencies] PyYAML = "6.0" ansible = {version = "7.2.0", optional = true} -ansible-core = {version = "2.14.2", optional = true} +ansible-core = {version = "2.14.3", optional = true} anyconfig = "0.13.0" appdirs = "1.4.4" colorama = "0.4.6"