diff --git a/poetry.lock b/poetry.lock index 958644b..220cfec 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,13 +1,13 @@ [[package]] name = "ansible" -version = "5.4.0" +version = "5.5.0" description = "Radically simple IT automation" category = "main" optional = true python-versions = ">=3.8" [package.dependencies] -ansible-core = ">=2.12.2,<2.13.0" +ansible-core = ">=2.12.3,<2.13.0" [[package]] name = "ansible-core" @@ -701,11 +701,11 @@ ansible-core = ["ansible-core"] [metadata] lock-version = "1.1" python-versions = "^3.8.0" -content-hash = "af276a0d0c145b7988c3b59192d5142c0f4757f7b6364a478a05249295d61fc5" +content-hash = "bc58f1c7390335ab704da258732edf1c2cbaa5c4cbf51e77048660c7636319b0" [metadata.files] ansible = [ - {file = "ansible-5.4.0.tar.gz", hash = "sha256:2f0ecbd8a3232e520bf3e3bc23f40dda60b9ce7924ca194bd35f4de4027100fc"}, + {file = "ansible-5.5.0.tar.gz", hash = "sha256:b8a76d737889c9bfd0e6b0f2276dcf8d836da667067a355776f3504d7a66d518"}, ] ansible-core = [ {file = "ansible-core-2.12.3.tar.gz", hash = "sha256:8a135a9f74c97cab67759293744ad34350f719523e8bd9bb9008df4cf953af20"}, diff --git a/pyproject.toml b/pyproject.toml index 5ecc455..ea7fc16 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ version = "0.0.0" [tool.poetry.dependencies] PyYAML = "6.0" -ansible = {version = "5.4.0", optional = true} +ansible = {version = "5.5.0", optional = true} ansible-core = {version = "2.12.3", optional = true} anyconfig = "0.12.0" appdirs = "1.4.4"