Skip to content

Commit 2a9d909

Browse files
Update dependency yamllint to v1.34.0 (#236)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 667929a commit 2a9d909

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ dependencies = [
6363
"black[jupyter]==24.1.1", # Python Formatter
6464
"ruff==0.2.1", # Python Linter
6565
"doc8==1.1.1", # Documentation linter
66-
"yamllint==1.33.0", # YAML linter
66+
"yamllint==1.34.0", # YAML linter
6767
"pre-commit==3.6.0", # Git commit hooks
6868
"mypy==1.8.0", # Static type checker
6969
"pytest==8.0.0", # Testing framework

0 commit comments

Comments
 (0)