diff --git a/poetry.lock b/poetry.lock index 75ca1ef..741ada5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -17,14 +17,14 @@ ansible-core = ">=2.15.0,<2.16.0" [[package]] name = "ansible-core" -version = "2.15.0" +version = "2.15.1" description = "Radically simple IT automation" category = "main" optional = true python-versions = ">=3.9" files = [ - {file = "ansible-core-2.15.0.tar.gz", hash = "sha256:cf690fd4ebb40590e00c5acdc0624758ca4c58d1e4b2b02ec026a034070ebf4d"}, - {file = "ansible_core-2.15.0-py3-none-any.whl", hash = "sha256:723ef347b55ac48bb70951124d0b1e71d799cf7488924d484c3e88aaf9a8c14c"}, + {file = "ansible-core-2.15.1.tar.gz", hash = "sha256:ed28eb4943e480004edc9ba1e9bee979a0650cb2f9372ce4a2bd572838c60d2b"}, + {file = "ansible_core-2.15.1-py3-none-any.whl", hash = "sha256:2926b1dc96ef69272195c91a1fedfe30b9aacd674cb04628b26626ecb0c8524a"}, ] [package.dependencies] @@ -878,4 +878,4 @@ ansible-core = ["ansible-core"] [metadata] lock-version = "2.0" python-versions = "^3.9.0" -content-hash = "7b3ced7502f20635be1b98f26d965715ab55ab7f313cfa273c953e4aaff102eb" +content-hash = "a1dc0dc7a384d338d5ddfa244faf382bcf6955cc395a169f1314728d41cd2bd9" diff --git a/pyproject.toml b/pyproject.toml index 5ed3b2f..e2a204f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ version = "0.0.0" [tool.poetry.dependencies] PyYAML = "6.0" ansible = {version = "8.0.0", optional = true} -ansible-core = {version = "2.15.0", optional = true} +ansible-core = {version = "2.15.1", optional = true} anyconfig = "0.13.0" appdirs = "1.4.4" colorama = "0.4.6"