You've already forked library-registry
mirror of
https://github.com/arduino/library-registry.git
synced 2025-07-17 20:40:59 +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:
6
poetry.lock
generated
6
poetry.lock
generated
@ -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"},
|
||||||
]
|
]
|
||||||
|
@ -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"]
|
||||||
|
Reference in New Issue
Block a user