From 2f8db7a2bc29ba1953b0813f13e0ff824e433279 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 06:10:42 +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 | 20 ++++++++++---------- pyproject.toml | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/poetry.lock b/poetry.lock index 460eb33..a9e0eb9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -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" @@ -61,14 +61,14 @@ subprocess-tee = ">=0.4.1" [[package]] name = "ansible-core" -version = "2.20.6" +version = "2.20.7" description = "Radically simple IT automation" optional = false python-versions = ">=3.12" groups = ["main", "lint", "test"] files = [ - {file = "ansible_core-2.20.6-py3-none-any.whl", hash = "sha256:28f8cb1647f3459ccd38d098a06a33eaf49cbfce649e506ae6d5f1c2ac77dc1d"}, - {file = "ansible_core-2.20.6.tar.gz", hash = "sha256:3066c430e8cba46777bf736ebcd085c90b0d7664c3fbd8c5b85227f8579cdcbf"}, + {file = "ansible_core-2.20.7-py3-none-any.whl", hash = "sha256:f4be63a9a8b6bb5f4fc68d41f8582f5b289b1ee1db0600caab8b3a660b9d7ddc"}, + {file = "ansible_core-2.20.7.tar.gz", hash = "sha256:84d4097a28e816e8bf8066307088f833837db9efdc9dc6716b43253de3b14106"}, ] markers = {lint = "platform_system != \"Windows\""} @@ -1114,7 +1114,7 @@ version = "3.10.2" description = "Python implementation of John Gruber's Markdown." optional = false python-versions = ">=3.10" -groups = ["dev", "docs"] +groups = ["docs"] files = [ {file = "markdown-3.10.2-py3-none-any.whl", hash = "sha256:e91464b71ae3ee7afd3017d9f358ef0baf158fd9a298db92f1d4761133824c36"}, {file = "markdown-3.10.2.tar.gz", hash = "sha256:994d51325d25ad8aa7ce4ebaec003febcce822c3f8c911e3b17c52f7f589f950"}, @@ -1849,7 +1849,7 @@ version = "10.21.3" description = "Extension pack for Python Markdown." optional = false python-versions = ">=3.9" -groups = ["dev", "docs"] +groups = ["docs"] files = [ {file = "pymdown_extensions-10.21.3-py3-none-any.whl", hash = "sha256:d7a5d08014fc571e80ca21dd6f854e31f94c489800350564d55d15b3c41e76b6"}, {file = "pymdown_extensions-10.21.3.tar.gz", hash = "sha256:72cfcf55f07aea0d4af2c4f11dd4e52466ddfb1bb819673146398e0bd3a77354"}, @@ -2810,4 +2810,4 @@ dev = ["doc8", "flake8", "flake8-import-order", "rstcheck[sphinx]", "ruff", "sph [metadata] lock-version = "2.1" python-versions = "<3.15,>=3.14" -content-hash = "e704bed6878703620cb31cc4c2020d6ac9a5b2ec1e5f4e9ffd9caaee74cbd9a2" +content-hash = "9e12e267d42a0a970ddfcd26790ea19a3a14da7a3c0d369dac63b95bdb27f605" diff --git a/pyproject.toml b/pyproject.toml index 395b3b7..b027a40 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]