Skip to content

Commit a151722

Browse files
deps(pip): update yamllint requirement from >=1.37.1 to >=1.38.0 (#12)
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](adrienverge/yamllint@v1.37.1...v1.38.0) --- updated-dependencies: - dependency-name: yamllint dependency-version: 1.38.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5a560b3 commit a151722

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies = [
1111
dev = [
1212
"pytest>=9.0.3",
1313
"ruff>=0.15.16",
14-
"yamllint>=1.37.1",
14+
"yamllint>=1.38.0",
1515
]
1616

1717
[tool.uv]

0 commit comments

Comments
 (0)