From e728181d6a1bfcfc290114793f5692b507eeb3f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 10:14:41 +0000 Subject: [PATCH] chore(deps-dev)(deps-dev): update yamllint requirement 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.33.0...v1.38.0) --- updated-dependencies: - dependency-name: yamllint dependency-version: 1.38.0 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 5095d42..67a92a4 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -31,4 +31,4 @@ pre-commit>=3.0.0,<5.0.0 bandit[toml]>=1.7.0,<2.0.0 safety>=2.0.0,<4.0.0 detect-secrets>=1.4.0,<2.0.0 -yamllint>=1.33.0,<2.0.0 \ No newline at end of file +yamllint>=1.38.0,<2.0.0 \ No newline at end of file