From 77df6ad3c9abc3051b9362cc859bb68e469c24a0 Mon Sep 17 00:00:00 2001 From: Federico Jaureguialzo Date: Sat, 4 Jan 2025 21:26:54 +0100 Subject: [PATCH] Update ansible (10.6.0 -> 11.1.0) --- poetry.lock | 20 ++++++++++---------- pyproject.toml | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/poetry.lock b/poetry.lock index ac7f81a..5d51212 100644 --- a/poetry.lock +++ b/poetry.lock @@ -13,17 +13,17 @@ files = [ [[package]] name = "ansible" -version = "10.6.0" +version = "11.1.0" description = "Radically simple IT automation" optional = false -python-versions = ">=3.10" +python-versions = ">=3.11" files = [ - {file = "ansible-10.6.0-py3-none-any.whl", hash = "sha256:b873b6ca13bde5b6bf9f0ae3b9dba91e135a9612c699d5f6a1e07d7ca2b00458"}, - {file = "ansible-10.6.0.tar.gz", hash = "sha256:a8bde9c3ee8ee7c4a085e125777ba39bf837c6e74a0733e1f786389b125e6db2"}, + {file = "ansible-11.1.0-py3-none-any.whl", hash = "sha256:bbaf7073993f019fc0293fc8b76c7b215081831957c28eb020f12c270a16e8f0"}, + {file = "ansible-11.1.0.tar.gz", hash = "sha256:d01b425990d960d2a33fc378e1b73dbca1c0e28bc22f4056ab6b3c8e9ae74fba"}, ] [package.dependencies] -ansible-core = ">=2.17.6,<2.18.0" +ansible-core = ">=2.18.1,<2.19.0" [[package]] name = "ansible-compat" @@ -49,13 +49,13 @@ test = ["coverage", "pip-tools", "pytest (>=7.2.0)", "pytest-mock", "pytest-plus [[package]] name = "ansible-core" -version = "2.17.7" +version = "2.18.1" description = "Radically simple IT automation" optional = false -python-versions = ">=3.10" +python-versions = ">=3.11" files = [ - {file = "ansible_core-2.17.7-py3-none-any.whl", hash = "sha256:64d4f0a006687a5621aa80dca54fd0c5ae75145b7aac8c1b8d7f07a1399c4705"}, - {file = "ansible_core-2.17.7.tar.gz", hash = "sha256:3aaab735d6c4e2d6239bc326800dc0ecda2a1490caa8455b41084ec0bc54dacf"}, + {file = "ansible_core-2.18.1-py3-none-any.whl", hash = "sha256:4a312e416e09c7271188d6b8e2b1062fc6834fefd6a1814d0e02fb8aadb3e1ba"}, + {file = "ansible_core-2.18.1.tar.gz", hash = "sha256:14cac1f92bbdae881cb0616eddeb17925e8cb507e486087975e724533d9de74f"}, ] [package.dependencies] @@ -1806,4 +1806,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "<3.12,>=3.11" -content-hash = "e61764287b7ebc187b81ed6a43fa07e0640f3f10ca9b847ac119c7a23a4f055a" +content-hash = "1faf0b279348f9382086bcc33a600f818f8ea712a21733d70de249082f25e665" diff --git a/pyproject.toml b/pyproject.toml index 4aadcb3..1c41da6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ package-mode = false [tool.poetry.dependencies] python = "<3.12,>=3.11" -ansible = "^10.6.0" +ansible = "^11.1.0" [tool.poetry.group.dev.dependencies] pre-commit = "^4.0.1"