From 35f3f3c84f68c7f3ab72db13eab5343d84703f04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Aug 2025 08:20:02 +0000 Subject: [PATCH] Bump ansible from 11.8.0 to 11.9.0 Bumps [ansible](https://github.com/ansible-community/ansible-build-data) from 11.8.0 to 11.9.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/11.8.0...11.9.0) --- updated-dependencies: - dependency-name: ansible dependency-version: 11.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e5ea7161..8da972d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ description = "Set up a personal IPSEC VPN in the cloud" version = "2.0.0-beta" requires-python = ">=3.11" dependencies = [ - "ansible==11.8.0", + "ansible==11.9.0", "jinja2>=3.1.6", "netaddr==1.3.0", "pyyaml>=6.0.2",