From 33ddf5b96aecf22c5a0c8c3bae1bf8baf2c373f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 05:18:14 +0000 Subject: [PATCH] build(deps): update ansible requirement from <12.0.0 to <13.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...12.1.0) --- updated-dependencies: - dependency-name: ansible dependency-version: 12.1.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..bfebb70e5 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<13.0.0", "labgrid>=25.0", "pytest>=8.4.1", "pytest-check>=2.5.3",