fix(deps): update dependency ansible to v7.2.0 (#534)

This commit is contained in:
renovate[bot] 2023-02-01 21:08:47 +01:00 committed by GitHub
parent ee9bcdf6a5
commit d7d4328f5a
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.1.0"
version = "7.2.0"
description = "Radically simple IT automation"
category = "main"
optional = true
python-versions = ">=3.9"
files = [
{file = "ansible-7.1.0-py3-none-any.whl", hash = "sha256:dd6d24dab08793e416eb1564ea716c586caeb104d4abbcada05bed94f9cd01cc"},
{file = "ansible-7.1.0.tar.gz", hash = "sha256:1e47238c4aa9e68c0c5367a3fd707ba6c3949b4aaf912b06440ad78dd2bf018d"},
{file = "ansible-7.2.0-py3-none-any.whl", hash = "sha256:756a6d8fec6c19ccd7a00ad0f0cb18859f4ab77e0c5063f73a115f3fb75284aa"},
{file = "ansible-7.2.0.tar.gz", hash = "sha256:60e2c1a58f1ceb34a190b7c380f7b3386d1e7369061954b1f8b8ca3df76063cc"},
]
[package.dependencies]
ansible-core = ">=2.14.1,<2.15.0"
ansible-core = ">=2.14.2,<2.15.0"
[[package]]
name = "ansible-core"
@ -1132,4 +1132,4 @@ ansible-core = ["ansible-core"]
[metadata]
lock-version = "2.0"
python-versions = "^3.9.0"
content-hash = "eaf8a99cb9368969a6c982d4dc599a12e1f2b1eeeb6e01a50f2555c8ce22d60f"
content-hash = "5ace1017b67f91d84f90172165ffc59604e57628cd6a85aacf55e0fa9cd903bd"

View File

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