From 12dbec05fe7384739af8529c5e3dbc05e9958e13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 May 2023 19:58:56 +0000 Subject: [PATCH] Bump yamllint from 1.28.0 to 1.32.0 Bumps [yamllint](https://github.com/adrienverge/yamllint) from 1.28.0 to 1.32.0. - [Changelog](https://github.com/adrienverge/yamllint/blob/master/CHANGELOG.rst) - [Commits](https://github.com/adrienverge/yamllint/compare/v1.28.0...v1.32.0) --- updated-dependencies: - dependency-name: yamllint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 32a74f3..89d37ac 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -3,6 +3,6 @@ ansible molecule molecule-plugins[docker] ansible-lint<6.4.0 -yamllint==1.28.0 +yamllint==1.32.0 requests<2.29 urllib3<2