1
0
mirror of https://github.com/arduino/library-registry.git synced 2025-11-14 06:42:29 +03:00

Bump yamllint from 1.26.2 to 1.26.3

Bumps [yamllint](https://github.com/adrienverge/yamllint) from 1.26.2 to 1.26.3.
- [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.26.2...v1.26.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-08-23 01:23:48 +00:00
committed by GitHub
parent febdf6e2f0
commit 661c07ad66
2 changed files with 4 additions and 4 deletions

6
poetry.lock generated
View File

@@ -254,7 +254,7 @@ python-versions = ">=3.6"
[[package]]
name = "yamllint"
version = "1.26.2"
version = "1.26.3"
description = "A linter for YAML files."
category = "dev"
optional = false
@@ -267,7 +267,7 @@ pyyaml = "*"
[metadata]
lock-version = "1.1"
python-versions = "^3.9"
content-hash = "0b6df3915ae7716a2a3dc4836ffc71cf7cb45f7e53f301a4ed0f9533414b1c07"
content-hash = "8e80eb5216010493fc810f917ddcee58a0a26bb6ad156d470e7d2ab256a44418"
[metadata.files]
appdirs = [
@@ -454,5 +454,5 @@ tomli = [
{file = "tomli-1.0.4.tar.gz", hash = "sha256:be670d0d8d7570fd0ea0113bd7bb1ba3ac6706b4de062cc4c952769355c9c268"},
]
yamllint = [
{file = "yamllint-1.26.2.tar.gz", hash = "sha256:0b08a96750248fdf21f1e8193cb7787554ef75ed57b27f621cd6b3bf09af11a1"},
{file = "yamllint-1.26.3.tar.gz", hash = "sha256:3934dcde484374596d6b52d8db412929a169f6d9e52e20f9ade5bf3523d9b96e"},
]

View File

@@ -17,7 +17,7 @@ invoke = "^1.5.0"
black = "^21.7b0"
flake8 = "^3.9.2"
pep8-naming = "^0.12.1"
yamllint = "^1.26.2"
yamllint = "^1.26.3"
[build-system]
requires = ["poetry-core>=1.0.0"]