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

Merge pull request #1829 from arduino/dependabot/pip/production/yamllint-1.28.0

Bump yamllint from 1.27.1 to 1.28.0
This commit is contained in:
per1234
2022-09-12 07:40:54 -07:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

6
poetry.lock generated
View File

@ -242,7 +242,7 @@ python-versions = "*"
[[package]] [[package]]
name = "yamllint" name = "yamllint"
version = "1.27.1" version = "1.28.0"
description = "A linter for YAML files." description = "A linter for YAML files."
category = "dev" category = "dev"
optional = false optional = false
@ -256,7 +256,7 @@ setuptools = "*"
[metadata] [metadata]
lock-version = "1.1" lock-version = "1.1"
python-versions = "^3.9" python-versions = "^3.9"
content-hash = "da0c1a3a8fc6e503866398126b221fa8baa26fa91e14c7995cfbea9ea1c1596f" content-hash = "bf308c89a083fa85255c5600fdcaf6b341b491cbc01341efd094afce1f96130e"
[metadata.files] [metadata.files]
attrs = [ attrs = [
@ -401,5 +401,5 @@ typing-extensions = [
{file = "typing_extensions-3.10.0.2.tar.gz", hash = "sha256:49f75d16ff11f1cd258e1b988ccff82a3ca5570217d7ad8c5f48205dd99a677e"}, {file = "typing_extensions-3.10.0.2.tar.gz", hash = "sha256:49f75d16ff11f1cd258e1b988ccff82a3ca5570217d7ad8c5f48205dd99a677e"},
] ]
yamllint = [ 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" black = "^22.8"
flake8 = "^5.0.4" flake8 = "^5.0.4"
pep8-naming = "^0.13.2" pep8-naming = "^0.13.2"
yamllint = "^1.27.1" yamllint = "^1.28.0"
[build-system] [build-system]
requires = ["poetry-core>=1.0.0"] requires = ["poetry-core>=1.0.0"]