1
0
mirror of https://github.com/arduino/library-registry.git synced 2025-05-25 19:22:32 +03:00

Merge pull request #6098 from arduino/dependabot/pip/production/yamllint-1.37.0

Bump yamllint from 1.36.2 to 1.37.0
This commit is contained in:
Per Tillisch 2025-03-24 03:22:53 -07:00 committed by GitHub
commit 31f77b0e28
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -77,14 +77,14 @@ files = [
[[package]]
name = "yamllint"
version = "1.36.2"
version = "1.37.0"
description = "A linter for YAML files."
optional = false
python-versions = ">=3.9"
groups = ["dev"]
files = [
{file = "yamllint-1.36.2-py3-none-any.whl", hash = "sha256:6ba19800513d86c987ed3cf48c0aba4e82b3624596e1dab55723b3733e11f35c"},
{file = "yamllint-1.36.2.tar.gz", hash = "sha256:c9ccc818659736e7b13f7e2f9c3c9bb9ac77445be13e789e7d843e92cb8428ef"},
{file = "yamllint-1.37.0-py3-none-any.whl", hash = "sha256:c03ab4e79ab4af964c8eb16ac9746880fc76a3bb0ffb14925b9a55220ae7dda0"},
{file = "yamllint-1.37.0.tar.gz", hash = "sha256:ead81921d4d87216b2528b7a055664708f9fb8267beb0c427cb706ac6ab93580"},
]
[package.dependencies]
@ -97,4 +97,4 @@ dev = ["doc8", "flake8", "flake8-import-order", "rstcheck[sphinx]", "sphinx"]
[metadata]
lock-version = "2.1"
python-versions = "^3.9"
content-hash = "7d848c6ab74001d96cce4f98905217b0cbdf8a266217f6e842c138a9be64a265"
content-hash = "c2c0f12a572ac98eaef17eadb13106f74d7be0477846c9034e4a23d29451d0e2"

View File

@ -12,7 +12,7 @@ license = "CC0-1.0"
python = "^3.9"
[tool.poetry.dev-dependencies]
yamllint = "^1.36.2"
yamllint = "^1.37.0"
[build-system]
requires = ["poetry-core>=1.0.0"]