1
0
mirror of https://github.com/arduino/library-registry.git synced 2025-07-16 09:41:51 +03:00

Bump yamllint from 1.29.0 to 1.30.0

Bumps [yamllint](https://github.com/adrienverge/yamllint) from 1.29.0 to 1.30.0.
- [Release notes](https://github.com/adrienverge/yamllint/releases)
- [Changelog](https://github.com/adrienverge/yamllint/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/adrienverge/yamllint/compare/v1.29.0...v1.30.0)

---
updated-dependencies:
- dependency-name: yamllint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-03-23 01:58:06 +00:00
committed by GitHub
parent 6e9ca930ea
commit 7f4f92b612
2 changed files with 4 additions and 5 deletions

7
poetry.lock generated
View File

@ -376,14 +376,13 @@ files = [
[[package]] [[package]]
name = "yamllint" name = "yamllint"
version = "1.29.0" version = "1.30.0"
description = "A linter for YAML files." description = "A linter for YAML files."
category = "dev" category = "dev"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [
{file = "yamllint-1.29.0-py3-none-any.whl", hash = "sha256:5153bf9f8205aa9dc6af6217e38bd4f5baf09d9a7c6f4ae1e23f90d9c00c49c5"}, {file = "yamllint-1.30.0.tar.gz", hash = "sha256:4f58f323aedda16189a489d183ecc25c66d7a9cc0fe88f61b650fef167b13190"},
{file = "yamllint-1.29.0.tar.gz", hash = "sha256:66a755d5fbcbb8831f1a9568676329b5bac82c37995bcc9afd048b6459f9fa48"},
] ]
[package.dependencies] [package.dependencies]
@ -394,4 +393,4 @@ setuptools = "*"
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.9" python-versions = "^3.9"
content-hash = "385ac0f3967e347c4f673049887f7b1a5d49388f42bee7b1692d7fe62ee0fcfd" content-hash = "eff3cff7d4893123ca6840eb39a6ed1bb27811f56ba7019018e99ee6ddfd341c"

View File

@ -17,7 +17,7 @@ invoke = "^2.0.0"
black = "^23.1" black = "^23.1"
flake8 = "^6.0.0" flake8 = "^6.0.0"
pep8-naming = "^0.13.3" pep8-naming = "^0.13.3"
yamllint = "^1.29.0" yamllint = "^1.30.0"
[build-system] [build-system]
requires = ["poetry-core>=1.0.0"] requires = ["poetry-core>=1.0.0"]