From 86693c9e26dbd2eff7048506a801cf832343053d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 16:43:43 +0000 Subject: [PATCH] chore(deps): Bump yamllint from 1.33.0 to 1.35.1 Bumps [yamllint](https://github.com/adrienverge/yamllint) from 1.33.0 to 1.35.1. - [Changelog](https://github.com/adrienverge/yamllint/blob/master/CHANGELOG.rst) - [Commits](https://github.com/adrienverge/yamllint/compare/v1.33.0...v1.35.1) --- updated-dependencies: - dependency-name: yamllint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 60dd2c0..1b9182d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,8 @@ # Hashes retrieved using instructions here: # https://pip.pypa.io/en/stable/cli/pip_hash/#example -yamllint==1.33.0 \ - --hash=sha256:28a19f5d68d28d8fec538a1db21bb2d84c7dc2e2ea36266da8d4d1c5a683814d \ - --hash=sha256:2dceab9ef2d99518a2fcf4ffc964d44250ac4459be1ba3ca315118e4a1a81f7d +yamllint==1.35.1 \ + --hash=sha256:2e16e504bb129ff515b37823b472750b36b6de07963bd74b307341ef5ad8bdc3 \ + --hash=sha256:7a003809f88324fd2c877734f2d575ee7881dd9043360657cc8049c809eba6cd # NOTE: pathspec is included because it is not pinned using '==' by yamllint. So # we need to include the exact version and hash here. pathspec==0.12.1 \