From ce85b627611a06d89294f805c4c5ae5b050424c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 20:07:16 +0000 Subject: [PATCH] Bump ansible from 13.6.0 to 13.7.0 Bumps [ansible](https://github.com/ansible-community/ansible-build-data) from 13.6.0 to 13.7.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.6.0...13.7.0) --- updated-dependencies: - dependency-name: ansible dependency-version: 13.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 20 ++++++++++---------- pyproject.toml | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/poetry.lock b/poetry.lock index 2eab1e5..8d9e6e7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.2.1 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.6.0" +version = "13.7.0" description = "Radically simple IT automation" optional = false python-versions = ">=3.12" groups = ["main"] files = [ - {file = "ansible-13.6.0-py3-none-any.whl", hash = "sha256:d011ee5f895ca68b4670e39b910cee447b416a00a3e8d1bd599f4a6dff32ff12"}, - {file = "ansible-13.6.0.tar.gz", hash = "sha256:5141552c1bd37f56839eb5b11ef0d93e92391295c97947d507b8daf7265b12b8"}, + {file = "ansible-13.7.0-py3-none-any.whl", hash = "sha256:b3c092ad8cea97c3abd62c3e8ab234ae7f3154b29a40cd826947f1c5d6db92b9"}, + {file = "ansible-13.7.0.tar.gz", hash = "sha256:ebca5898346963691915bfea19048f5019b4e46f57e856dc1b790bcde3769224"}, ] [package.dependencies] -ansible-core = ">=2.20.5,<2.21.0" +ansible-core = ">=2.20.6,<2.21.0" [[package]] name = "ansible-compat" @@ -61,14 +61,14 @@ subprocess-tee = ">=0.4.1" [[package]] name = "ansible-core" -version = "2.20.5" +version = "2.20.6" description = "Radically simple IT automation" optional = false python-versions = ">=3.12" groups = ["main", "lint", "test"] files = [ - {file = "ansible_core-2.20.5-py3-none-any.whl", hash = "sha256:ff6ff15c6a37fda07dc7400207e17e93727b24173ca48c068b3311a50d75ecc3"}, - {file = "ansible_core-2.20.5.tar.gz", hash = "sha256:82e3049d95e6e02e5d20d4a5a8e10533a55e0cc52e878e4cf77166c45410f16f"}, + {file = "ansible_core-2.20.6-py3-none-any.whl", hash = "sha256:28f8cb1647f3459ccd38d098a06a33eaf49cbfce649e506ae6d5f1c2ac77dc1d"}, + {file = "ansible_core-2.20.6.tar.gz", hash = "sha256:3066c430e8cba46777bf736ebcd085c90b0d7664c3fbd8c5b85227f8579cdcbf"}, ] markers = {lint = "platform_system != \"Windows\""} @@ -983,7 +983,7 @@ markers = {lint = "platform_system != \"Windows\""} [package.dependencies] attrs = ">=22.2.0" -jsonschema-specifications = ">=2023.03.6" +jsonschema-specifications = ">=2023.3.6" referencing = ">=0.28.4" rpds-py = ">=0.25.0" @@ -2797,4 +2797,4 @@ dev = ["doc8", "flake8", "flake8-import-order", "rstcheck[sphinx]", "ruff", "sph [metadata] lock-version = "2.1" python-versions = "<3.15,>=3.14" -content-hash = "fa6c77d35b00f6c84527e1bae090460f8b0e1277bbaec1820cb13f5a51f2518e" +content-hash = "00bb6df89ecda2682a583d219213a336380eb72c6be22706174e34dbae52522b" diff --git a/pyproject.toml b/pyproject.toml index 82a7438..e198872 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ authors = [ readme = "README.md" requires-python = "<3.15,>=3.14" dependencies = [ - "ansible>=13.6.0,<14.0.0", + "ansible>=13.7.0,<14.0.0", ] [project.urls]