Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 2d7735e

Browse files
authored
Merge pull request #269 from arduino/dependabot/pip/yamllint-1.28.0
Bump yamllint from 1.27.1 to 1.28.0
2 parents 9b772c6 + ef441f2 commit 2d7735e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

‎poetry.lock‎

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎pyproject.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ authors = ["Arduino <info@arduino.cc>"]
1111
python = "^3.9"
1212

1313
[tool.poetry.dev-dependencies]
14-
yamllint = "^v1.27.1"
14+
yamllint = "^v1.28.0"
1515
codespell = "^2.2.1"
1616
black = "^22.8"
1717
flake8 = "^5.0.4"

‎workflow-templates/check-yaml-task.md‎

Lines changed: 2 additions & 2 deletions
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.26.3"
36+
poetry init --python="^3.9" --dev-dependency="yamllint@^1.28.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.26.3"
43+
poetry add --dev "yamllint@^1.28.0"
4444
```
4545

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

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /