From 7e72301057584ef42d0aa7954ef2289c62c5b56a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Feb 2024 09:46:37 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b7f81f30..41a055d4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,6 +3,6 @@ jsondiff==2.0.0 pre-commit==3.6.0 pytest==8.0.1 PyYAML==6.0.1 -yamllint==1.33.0 +yamllint==1.35.1 gitpython==3.1.42 psutil==5.9.8