From afb0b17ba6f1e5733e76f32b34b150e86adbe381 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2026 16:32:33 +0000 Subject: [PATCH] chore(deps): bump ansible from 13.7.0 to 13.8.0 Bumps [ansible](https://github.com/ansible-community/ansible-build-data) from 13.7.0 to 13.8.0. - [Changelog](https://github.com/ansible-community/ansible-build-data/blob/main/docs/release-process.md) - [Commits](https://github.com/ansible-community/ansible-build-data/compare/13.7.0...13.8.0) --- updated-dependencies: - dependency-name: ansible dependency-version: 13.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index b11ec53..d9043d1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.3.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.4.1 and should not be changed by hand. [[package]] name = "annotated-doc" @@ -26,18 +26,18 @@ files = [ [[package]] name = "ansible" -version = "13.7.0" +version = "13.8.0" description = "Radically simple IT automation" optional = false python-versions = ">=3.12" groups = ["main"] files = [ - {file = "ansible-13.7.0-py3-none-any.whl", hash = "sha256:b3c092ad8cea97c3abd62c3e8ab234ae7f3154b29a40cd826947f1c5d6db92b9"}, - {file = "ansible-13.7.0.tar.gz", hash = "sha256:ebca5898346963691915bfea19048f5019b4e46f57e856dc1b790bcde3769224"}, + {file = "ansible-13.8.0-py3-none-any.whl", hash = "sha256:daf9c9a2850bbc6c098ba3368aeba99d4ae37c90bca47f974dc19342c0571361"}, + {file = "ansible-13.8.0.tar.gz", hash = "sha256:41793dcd0f1cb4891a80e196e1f1fb16947cb2554d52b25d812cf38548da603c"}, ] [package.dependencies] -ansible-core = ">=2.20.6,<2.21.0" +ansible-core = ">=2.20.7,<2.21.0" [[package]] name = "ansible-compat" @@ -2950,4 +2950,4 @@ dev = ["doc8", "flake8", "flake8-import-order", "rstcheck[sphinx]", "ruff", "sph [metadata] lock-version = "2.1" python-versions = "<3.15,>=3.14" -content-hash = "2ab87953e3e2066e04532575581fc980925a6c1515aca7d721c231ecc8a01354" +content-hash = "b4e87c2c68a5fd320b822ef0f9e04e42707cbe190b36daf828a7cc996178e5aa" diff --git a/pyproject.toml b/pyproject.toml index 8ecd9cd..c92bc2e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ authors = [ readme = "README.md" requires-python = "<3.15,>=3.14" dependencies = [ - "ansible>=13.7.0,<14.0.0", + "ansible>=13.8.0,<14.0.0", ] [project.urls]