fix(deps): update dependency ansible to v7.4.0

This commit is contained in:
renovate[bot] 2023-03-28 19:20:38 +00:00 committed by GitHub
parent 8b7011689f
commit 45172d348f
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

@ -2,18 +2,18 @@
[[package]]
name = "ansible"
version = "7.3.0"
version = "7.4.0"
description = "Radically simple IT automation"
category = "main"
optional = true
python-versions = ">=3.9"
files = [
{file = "ansible-7.3.0-py3-none-any.whl", hash = "sha256:5039bf0fe4cbb9dcc3dbefe464fe2fa7fe75d8548814f00c478d5fe90c3e3979"},
{file = "ansible-7.3.0.tar.gz", hash = "sha256:56c2fd97487b2cc83e39e895d8dfad8b2a5df34d490394a15735ebcfdc45f5be"},
{file = "ansible-7.4.0-py3-none-any.whl", hash = "sha256:c9b5cae2ff8168b3dc859fff12275338cd7c84ef37f62889076f82846bb4beb5"},
{file = "ansible-7.4.0.tar.gz", hash = "sha256:0964d6ec7b363d2d559f245c39b01798c720a85b207672ec2c9d83cf61564b90"},
]
[package.dependencies]
ansible-core = ">=2.14.3,<2.15.0"
ansible-core = ">=2.14.4,<2.15.0"
[[package]]
name = "ansible-core"
@ -793,4 +793,4 @@ ansible-core = ["ansible-core"]
[metadata]
lock-version = "2.0"
python-versions = "^3.9.0"
content-hash = "49ff73b067d3e232a3dc5a06e48b66c15805f5dc7e9763206482e71407ebe706"
content-hash = "504ff4f7ccc09225baa5db6bc10b8bc5cb518bb742d59e1603f8953683737cfa"

View File

@ -34,7 +34,7 @@ version = "0.0.0"
[tool.poetry.dependencies]
PyYAML = "6.0"
ansible = {version = "7.3.0", optional = true}
ansible = {version = "7.4.0", optional = true}
ansible-core = {version = "2.14.4", optional = true}
anyconfig = "0.13.0"
appdirs = "1.4.4"