From 543e1437fe063ef739192fa3c85894041f281c7d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2024 00:20:22 +0000 Subject: [PATCH] chore(deps): update dependency ansible-core to v2.17.2 --- requirements.in | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.in b/requirements.in index a7b8143..8f7e2d1 100644 --- a/requirements.in +++ b/requirements.in @@ -10,7 +10,7 @@ # This installed version can be overriden by running pytest with the --ansible-version command. # Ideally pytest would install another venv just for the test, but the pytest-virtualenv package # is ancient and incompatible with python 3.12. -ansible-core==2.17.1 +ansible-core==2.17.2 # Linting & Formatting ansible-lint==24.7.0 diff --git a/requirements.txt b/requirements.txt index 6356a4a..b3614dd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,7 +20,7 @@ ansible-compat==24.7.0 # via # ansible-lint # molecule -ansible-core==2.17.1 +ansible-core==2.17.2 # via # -r requirements.in # ansible-compat