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

Bump yamllint from 1.27.1 to 1.28.0

Bumps [yamllint](https://github.com/adrienverge/yamllint) from 1.27.1 to 1.28.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.27.1...v1.28.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]
2022-09-12 14:24:36 +00:00
committed by GitHub
parent eec63050f6
commit 8d471cd0d0
2 changed files with 4 additions and 4 deletions

6
poetry.lock generated
View File

@ -242,7 +242,7 @@ python-versions = "*"
[[package]]
name = "yamllint"
version = "1.27.1"
version = "1.28.0"
description = "A linter for YAML files."
category = "dev"
optional = false
@ -256,7 +256,7 @@ setuptools = "*"
[metadata]
lock-version = "1.1"
python-versions = "^3.9"
content-hash = "da0c1a3a8fc6e503866398126b221fa8baa26fa91e14c7995cfbea9ea1c1596f"
content-hash = "bf308c89a083fa85255c5600fdcaf6b341b491cbc01341efd094afce1f96130e"
[metadata.files]
attrs = [
@ -401,5 +401,5 @@ typing-extensions = [
{file = "typing_extensions-3.10.0.2.tar.gz", hash = "sha256:49f75d16ff11f1cd258e1b988ccff82a3ca5570217d7ad8c5f48205dd99a677e"},
]
yamllint = [
{file = "yamllint-1.27.1.tar.gz", hash = "sha256:e688324b58560ab68a1a3cff2c0a474e3fed371dfe8da5d1b9817b7df55039ce"},
{file = "yamllint-1.28.0.tar.gz", hash = "sha256:9e3d8ddd16d0583214c5fdffe806c9344086721f107435f68bad990e5a88826b"},
]

View File

@ -17,7 +17,7 @@ invoke = "^1.7.1"
black = "^22.8"
flake8 = "^5.0.4"
pep8-naming = "^0.13.2"
yamllint = "^1.27.1"
yamllint = "^1.28.0"
[build-system]
requires = ["poetry-core>=1.0.0"]