From 821835414b2aa2b0d05dd93219239b6ae7faa0de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Nov 2023 11:13:34 +0000 Subject: [PATCH] Update yamllint requirement from ~=1.32.0 to ~=1.33.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.32.0...v1.33.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 5350d25..a12c8e4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,4 +5,4 @@ molecule~=6.0.2 molecule-docker~=2.1.0 tox~=4.11.3 testinfra~=6.0.0 -yamllint~=1.32.0 +yamllint~=1.33.0