From ba87680e69784d62dd4b0aa1c7b179eb48f9640a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 05:11:56 +0000 Subject: [PATCH] build(deps): update ansible requirement from <12.0.0 to <14.0.0 Updates the requirements on [ansible](https://github.com/ansible-community/ansible-build-data) to permit the latest version. - [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/2.10.0a1...13.0.0) --- updated-dependencies: - dependency-name: ansible dependency-version: 13.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 50f808283..c9cfc9d70 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ description = "Add your description here" readme = "README.md" requires-python = ">=3.13" dependencies = [ - "ansible<12.0.0", + "ansible<14.0.0", "labgrid>=25.0", "pytest>=8.4.1", "pytest-check>=2.5.3",