From 22bbffa7480bfe087f3d829dd5268b49db0087c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 12:31:10 +0000 Subject: [PATCH] Update ansible requirement from ==7.7.* to >=7.7,<11.2 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/7.7.0...11.1.0) --- updated-dependencies: - dependency-name: ansible 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 a55fe2ca9..9fd813525 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ dependencies = [ requires-python = ">=3.8" [project.optional-dependencies] -ansible = ["ansible==7.7.*"] +ansible = ["ansible>=7.7,<11.2"] mypy = [ "mypy==1.10.*", "types-PyYAML==6.0.*",