From c1a768c78602f853b2d7aa9c0e4f015f8878b0b5 Mon Sep 17 00:00:00 2001 From: Jauder Ho Bot Date: Thu, 11 Jul 2024 03:39:22 +0000 Subject: [PATCH] Update requirements for ansible ... Signed-off-by: Jauder Ho Bot --- ansible/Pipfile.lock | 12 ++++++------ ansible/requirements.txt | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ansible/Pipfile.lock b/ansible/Pipfile.lock index 4dcbb2d85ceb..0723a84a45f1 100644 --- a/ansible/Pipfile.lock +++ b/ansible/Pipfile.lock @@ -32,11 +32,11 @@ }, "ansible-compat": { "hashes": [ - "sha256:1e1695454ea759b24beab7dfbeac18964553edca4a4ad0584567aa3eef491f0e", - "sha256:f93d4c347d8e1903c292449441c09a987d70366f9cadf9afe5e32dc8a0193cac" + "sha256:7bc7a0c20a505a1eb6ff9877071fe20330130429087da298e25099a14f70d02f", + "sha256:9f18ed1104e3affc716a95720bdd7e0c01bb1ecb0c316335fd23c31ade6e4582" ], "markers": "python_version >= '3.9'", - "version": "==24.6.1" + "version": "==24.7.0" }, "ansible-core": { "hashes": [ @@ -48,12 +48,12 @@ }, "ansible-lint": { "hashes": [ - "sha256:29896d6fcf5a648e79c4119e2789c5217fe1951f3c33384989920fbf523a3198", - "sha256:a86ed91dbdff567ad6a5b374dcb098d5758d4a069eb1d0742048112bb0ef2ef3" + "sha256:a2305f1d69a25be27810c64a32711d1d0463d2fda5b9308166362347aeda36e0", + "sha256:ca2edc7e4e80cf19df4b28cbf4c118f761ce6cdd6a5ef9c8561e454ed7af5a24" ], "index": "pypi", "markers": "python_version >= '3.10'", - "version": "==24.6.1" + "version": "==24.7.0" }, "attrs": { "hashes": [ diff --git a/ansible/requirements.txt b/ansible/requirements.txt index 53794703746b..7678a469bd9d 100644 --- a/ansible/requirements.txt +++ b/ansible/requirements.txt @@ -1,9 +1,9 @@ -i https://pypi.org/simple --extra-index-url https://www.piwheels.org/simple ansible==10.1.0; python_version >= '3.10' -ansible-compat==24.6.1; python_version >= '3.9' +ansible-compat==24.7.0; python_version >= '3.9' ansible-core==2.17.1; python_version >= '3.10' -ansible-lint==24.6.1; python_version >= '3.10' +ansible-lint==24.7.0; python_version >= '3.10' attrs==23.2.0; python_version >= '3.7' bitmath==1.3.3.1 black==24.4.2; python_version >= '3.8'