From 738d8fb12d295d135579defd67c7dd4036b35c86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 09:39:05 +0000 Subject: [PATCH] Update yamllint requirement from ~=1.32 to ~=1.33 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: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 1e05453..033f82f 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -4,4 +4,4 @@ packaging==23.2 pre-commit~=3.5 PyGithub~=2.1 pyupgrade~=3.15 -yamllint~=1.32 +yamllint~=1.33