From 3b9c19ba0db1d6dc4b81fa8d2e6681ee6e6ae12f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 May 2023 06:34:30 +0000 Subject: [PATCH] Bump yamllint from 1.28.0 to 1.31.0 Bumps [yamllint](https://github.com/adrienverge/yamllint) from 1.28.0 to 1.31.0. - [Release notes](https://github.com/adrienverge/yamllint/releases) - [Changelog](https://github.com/adrienverge/yamllint/blob/master/CHANGELOG.rst) - [Commits](https://github.com/adrienverge/yamllint/compare/v1.28.0...v1.31.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..aaa5819 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.31.0 requests<2.29 urllib3<2