From a977e5dc6f9f9c3747583b762a75977067c51578 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 19:18:46 +0000 Subject: [PATCH] Bump ansible-runner from 2.4.1 to 2.4.2 Bumps [ansible-runner](https://github.com/ansible/ansible-runner) from 2.4.1 to 2.4.2. - [Release notes](https://github.com/ansible/ansible-runner/releases) - [Commits](https://github.com/ansible/ansible-runner/compare/2.4.1...2.4.2) --- updated-dependencies: - dependency-name: ansible-runner dependency-version: 2.4.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index db4736b5..dfe5d654 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ ansible-core==2.17.14 # ansible-lint ansible-lint==25.8.2 # via -r requirements.in -ansible-runner==2.4.1 +ansible-runner==2.4.2 # via -r requirements.in astroid==3.3.11 # via pylint