From 8b392d914f105cee2b42ed3688e27b65b06b58d9 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 29 Nov 2024 17:23:35 +0000
Subject: [PATCH] build(deps): update ansible-lint requirement from <6.0.0 to
 <25.0.0

Updates the requirements on [ansible-lint](https://github.com/ansible/ansible-lint) to permit the latest version.
- [Release notes](https://github.com/ansible/ansible-lint/releases)
- [Commits](https://github.com/ansible/ansible-lint/compare/v3.1.1...v24.10.0)

---
updated-dependencies:
- dependency-name: ansible-lint
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 test-requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test-requirements.txt b/test-requirements.txt
index a1573cd09e..7d8fe8e901 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -1,2 +1,2 @@
 ansible<7.7.0
-ansible-lint<6.0.0
+ansible-lint<25.0.0