Skip to content

Commit bb3cca3

Browse files
authored
Merge pull request #356 from arduino/dependabot/pip/yamllint-1.32.0
Bump yamllint from 1.31.0 to 1.32.0
2 parents f0c9695 + 328f609 commit bb3cca3

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.31.0"
14+
yamllint = "^v1.32.0"
1515
codespell = "^2.2.4"
1616
black = "^23.3"
1717
flake8 = "^6.0.0"

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.31.0"
36+
poetry init --python="^3.9" --dev-dependency="yamllint@^1.32.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.31.0"
43+
poetry add --dev "yamllint@^1.32.0"
4444
```
4545

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

0 commit comments

Comments
 (0)