diff --git a/poetry.lock b/poetry.lock index 6dd938d..6324178 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2,18 +2,18 @@ [[package]] name = "ansible" -version = "7.0.0" +version = "7.1.0" description = "Radically simple IT automation" category = "main" optional = true python-versions = ">=3.9" files = [ - {file = "ansible-7.0.0-py3-none-any.whl", hash = "sha256:2e9f519441780595ab173ac017210efc94c58633c9bc6e55917745d214cb4332"}, - {file = "ansible-7.0.0.tar.gz", hash = "sha256:73144e7e602715fab623005d2e71e503dddae86185e061fed861b2449c5618ea"}, + {file = "ansible-7.1.0-py3-none-any.whl", hash = "sha256:dd6d24dab08793e416eb1564ea716c586caeb104d4abbcada05bed94f9cd01cc"}, + {file = "ansible-7.1.0.tar.gz", hash = "sha256:1e47238c4aa9e68c0c5367a3fd707ba6c3949b4aaf912b06440ad78dd2bf018d"}, ] [package.dependencies] -ansible-core = ">=2.14.0,<2.15.0" +ansible-core = ">=2.14.1,<2.15.0" [[package]] name = "ansible-core" @@ -1128,4 +1128,4 @@ ansible-core = ["ansible-core"] [metadata] lock-version = "2.0" python-versions = "^3.9.0" -content-hash = "463faaa7a222819f9f5d4894733a2a18208a6aa449532bf2beecbb606021af22" +content-hash = "ef56d52431bc737ca07cb2ef257fa3ec5e2ad703ac9a0668d8ba7d6335118476" diff --git a/pyproject.toml b/pyproject.toml index 3265ac0..2cb788e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ version = "0.0.0" [tool.poetry.dependencies] PyYAML = "6.0" -ansible = {version = "7.0.0", optional = true} +ansible = {version = "7.1.0", optional = true} ansible-core = {version = "2.14.1", optional = true} anyconfig = "0.13.0" appdirs = "1.4.4"