fix(deps): update dependency ansible-core to v2.14.3 (#554)

This commit is contained in:
renovate[bot] 2023-03-01 21:54:27 +01:00 committed by GitHub
parent d9bc86b504
commit bab098efca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View File

@ -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"

View File

@ -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"