Skip to content

Commit 47d1485

Browse files
authored
Merge pull request #570 from arduino/dependabot/pip/yamllint-1.37.0
Bump yamllint from 1.36.2 to 1.37.0
2 parents 5240274 + 4521d27 commit 47d1485

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

poetry.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ authors = ["Arduino <[email protected]>"]
1111
python = "^3.9"
1212

1313
[tool.poetry.dev-dependencies]
14-
yamllint = "^v1.36.2"
14+
yamllint = "^v1.37.0"
1515
codespell = "^2.4.1"
1616
black = "^25.1"
1717
flake8 = "^7.1.2"

workflow-templates/check-yaml-task.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@ https://python-poetry.org/docs/#installation
3333
If your project does not already use Poetry, you can initialize the [`pyproject.toml`](https://python-poetry.org/docs/pyproject/) file using these commands:
3434

3535
```
36-
poetry init --python="^3.9" --dev-dependency="yamllint@^1.36.2"
36+
poetry init --python="^3.9" --dev-dependency="yamllint@^1.37.0"
3737
poetry install
3838
```
3939

4040
If already using Poetry, add the tool using this command:
4141

4242
```
43-
poetry add --dev "yamllint@^1.36.2"
43+
poetry add --dev "yamllint@^1.37.0"
4444
```
4545

4646
Commit the resulting `pyproject.toml` and `poetry.lock` files.

0 commit comments

Comments
 (0)