From 49907e3a92090d36143a007c329fd9e20dff316f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 9 Nov 2024 06:27:07 +0000 Subject: [PATCH] chore(deps): update dependency ansible-core to v2.18.0 (#209) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- requirements.in | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.in b/requirements.in index 55ae594..7eb0b85 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.5 +ansible-core==2.18.0 # Linting & Formatting ansible-lint==24.9.2 diff --git a/requirements.txt b/requirements.txt index 86702bf..3cdcf20 100644 --- a/requirements.txt +++ b/requirements.txt @@ -24,7 +24,7 @@ ansible-compat==24.9.1 # via # ansible-lint # molecule -ansible-core==2.17.5 +ansible-core==2.18.0 # via # -r requirements.in # ansible-compat