From 9b1decf14874baa4cd9ba5aebe354d44b47dd392 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 01:14:16 +0000 Subject: [PATCH] Build(deps): Bump the python-packages group across 2 directories with 1 update Bumps the python-packages group with 1 update in the / directory: [yamllint](https://github.com/adrienverge/yamllint). Bumps the python-packages group with 1 update in the /utils/cq directory: [yamllint](https://github.com/adrienverge/yamllint). Updates `yamllint` from 1.37.1 to 1.38.0 - [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.37.1...v1.38.0) Updates `yamllint` from 1.37.1 to 1.38.0 - [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.37.1...v1.38.0) --- updated-dependencies: - dependency-name: yamllint dependency-version: 1.38.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: yamllint dependency-version: 1.38.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- utils/cq/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/cq/requirements.txt b/utils/cq/requirements.txt index f98e5c16946..079145ab4f3 100644 --- a/utils/cq/requirements.txt +++ b/utils/cq/requirements.txt @@ -5,7 +5,7 @@ pyenchant flake8==7.3.0 isort==7.0.0 pylint==4.0.4 -yamllint==1.37.1 +yamllint==1.38.0 codespell==2.4.1 # Used by ci/jira_query.py which pip installs it standalone. jira