diff --git a/poetry.lock b/poetry.lock index 58a040e..194d88f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -11,7 +11,7 @@ ansible-core = ">=2.13.1,<2.14.0" [[package]] name = "ansible-core" -version = "2.13.1" +version = "2.13.2" description = "Radically simple IT automation" category = "main" optional = true @@ -699,7 +699,7 @@ ansible-core = ["ansible-core"] [metadata] lock-version = "1.1" python-versions = "^3.8.0" -content-hash = "bb2ed8c7797946d3770074d607d381251f25aa1fee072128a9e591841a6c8ed8" +content-hash = "b9a83ffad1fbf295b809ccaa7390d5b22b5782c81b11d995086bbbfe6a36f9de" [metadata.files] ansible = [ @@ -707,8 +707,8 @@ ansible = [ {file = "ansible-6.1.0.tar.gz", hash = "sha256:91e4b23945f190aaa123c6ba4f8accb8e7f8905991bd3bb19b89afbdca456822"}, ] ansible-core = [ - {file = "ansible-core-2.13.1.tar.gz", hash = "sha256:abd478ceff1a0aba95e94ceab8dc820f407bcc0f0033dc546840cddc29a36958"}, - {file = "ansible_core-2.13.1-py3-none-any.whl", hash = "sha256:45d55e052bcea487366b0893b22f247e913a1f0948197658b7f3532a37ab6841"}, + {file = "ansible-core-2.13.2.tar.gz", hash = "sha256:b779d0e55a97717c0ee5e86b486aa67c07c2809ef477be2ac84ad091a8dd2ddb"}, + {file = "ansible_core-2.13.2-py3-none-any.whl", hash = "sha256:331b869cf3bf9bab875f62b9a8586257bbcfb95b1db6c8d43424d70804996143"}, ] anyconfig = [ {file = "anyconfig-0.13.0-py2.py3-none-any.whl", hash = "sha256:17cb189938d6cda4d21a2dabcd63db86658d2556e767dfd4835b1011544a1f8e"}, diff --git a/pyproject.toml b/pyproject.toml index 1175432..b0326eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ version = "0.0.0" [tool.poetry.dependencies] PyYAML = "6.0" ansible = {version = "6.1.0", optional = true} -ansible-core = {version = "2.13.1", optional = true} +ansible-core = {version = "2.13.2", optional = true} anyconfig = "0.13.0" appdirs = "1.4.4" colorama = "0.4.5"