From b58f9d17b09efe00c485c6f60c64c884f3e87ad3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Jan 2023 15:02:56 +0000 Subject: [PATCH] Update yamllint requirement from ~=1.27 to ~=1.29 Updates the requirements on [yamllint](https://github.com/adrienverge/yamllint) to permit the latest version. - [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.27.0...v1.29.0) --- updated-dependencies: - dependency-name: yamllint dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 5f948de..7062828 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -4,4 +4,4 @@ packaging==21.3 pre-commit~=2.20 PyGithub~=1.55 pyupgrade~=2.37 -yamllint~=1.27 +yamllint~=1.29