diff --git a/poetry.lock b/poetry.lock index 731e14b22..95ffe4872 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2,18 +2,18 @@ [[package]] name = "ansible" -version = "12.2.0" +version = "12.3.0" description = "Radically simple IT automation" optional = false python-versions = ">=3.11" groups = ["main"] files = [ - {file = "ansible-12.2.0-py3-none-any.whl", hash = "sha256:daafa5c528317f60f68033ad70c59733f4a7548b6255759183cfc7cf422c7fda"}, - {file = "ansible-12.2.0.tar.gz", hash = "sha256:0563dfd33ebd28caf6ccdc7a6d22a7fdafbd9c9c42fefcae5179616a53a35211"}, + {file = "ansible-12.3.0-py3-none-any.whl", hash = "sha256:cd156f82fa87f7a899212b0efa9f7ca3a24d609212de9f78428a572eb01e5414"}, + {file = "ansible-12.3.0.tar.gz", hash = "sha256:02721f6fb432ddd47f1044ac49b04b5e9ae08890bd427def8df3db1607aeec51"}, ] [package.dependencies] -ansible-core = ">=2.19.4,<2.20.0" +ansible-core = ">=2.19.5,<2.20.0" [[package]] name = "ansible-core" @@ -1462,4 +1462,4 @@ zstd = ["backports-zstd (>=1.0.0) ; python_version < \"3.14\""] [metadata] lock-version = "2.1" python-versions = "^3.13" -content-hash = "b83afd83689c9f013c004f1e31fb09956a53971505e68a27bc6208a6df9e7f03" +content-hash = "e2ec6614c668f411bce834a744315d55f6bf8fae0d64e8ca9bf4e72e578b34b6" diff --git a/pyproject.toml b/pyproject.toml index b51b2ccbd..6b5f1207e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ flake8 = "^7.3.0" mypy = "^1.18.2" pytest = "^9.0.2" pytest-cov = "^7.0.0" -ansible = "^12.2.0" +ansible = "^12.3.0" pyyaml = "^6.0.3" jmespath = "^1.0.1" awscli = "^1.38.38"