From 1016a44417bba54549ae0c9a10f2fd47a1fea022 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 05:52:53 +0000 Subject: [PATCH] chore(deps-dev): bump ansible-core from 2.21.0 to 2.21.1 Bumps [ansible-core](https://github.com/ansible/ansible) from 2.21.0 to 2.21.1. - [Release notes](https://github.com/ansible/ansible/releases) - [Commits](https://github.com/ansible/ansible/compare/v2.21.0...v2.21.1) --- updated-dependencies: - dependency-name: ansible-core dependency-version: 2.21.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3bd1cad7e..aea80acd8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -106,7 +106,7 @@ dev = [ "time-machine==3.2.0", ] host = [ - "ansible-core==2.21.0", + "ansible-core==2.21.1", "netifaces2==0.0.22", "redis==7.4.0", "requests==2.33.1",