From 2e09fef4bb57336da4fdd4018dcdb24507b93301 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Feb 2026 17:24:42 +0000 Subject: [PATCH] chore(deps): update dependency ansible to ~7.7.0 --- {{cookiecutter.github_repository}}/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.github_repository}}/pyproject.toml b/{{cookiecutter.github_repository}}/pyproject.toml index e2d19637..a587af4f 100644 --- a/{{cookiecutter.github_repository}}/pyproject.toml +++ b/{{cookiecutter.github_repository}}/pyproject.toml @@ -109,7 +109,7 @@ newrelic = "~8.5.0" pre-commit = "^2.20" {%- endif %} {% if cookiecutter.add_ansible.lower() == 'y' %} -ansible = "~7.1.0" +ansible = "~7.7.0" {%- endif %} # Documentation