From 9a2a1f74a20b0d207deaac255be551d26f78580b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 01:58:31 +0000 Subject: [PATCH] Update dependency ansible-core to v2.17.5 --- requirements.in | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.in b/requirements.in index b2448cc..fade4cd 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.4 +ansible-core==2.17.5 # Linting & Formatting ansible-lint==24.9.2 diff --git a/requirements.txt b/requirements.txt index 26a81e5..d3136c0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,7 +22,7 @@ annotated-types==0.7.0 # via pydantic ansible-compat==24.9.1 # via ansible-lint -ansible-core==2.17.4 +ansible-core==2.17.5 # via # -r requirements.in # ansible-compat