From f2a5018f0c0c06043deab32f8c8389c087f44970 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Feb 2024 02:35:14 +0000 Subject: [PATCH] build(deps): update yamllint requirement from ~=1.34.0 to ~=1.35.0 Updates the requirements on [yamllint](https://github.com/adrienverge/yamllint) to permit the latest version. - [Changelog](https://github.com/adrienverge/yamllint/blob/master/CHANGELOG.rst) - [Commits](https://github.com/adrienverge/yamllint/compare/v1.34.0...v1.35.0) --- updated-dependencies: - dependency-name: yamllint dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 34fa711..8e00e6e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ ansible>=2.12 ## ansible/yaml lint ansible-lint~=24.2.0 -yamllint~=1.34.0 +yamllint~=1.35.0 ## molecule tests molecule~=24.2.0