1
0
mirror of https://github.com/arduino/library-registry.git synced 2025-07-20 19:03:00 +03:00

Merge pull request #6271 from arduino/dependabot/pip/production/yamllint-1.37.1

Bump yamllint from 1.37.0 to 1.37.1
This commit is contained in:
Per Tillisch
2025-05-05 01:56:40 -07:00
committed by GitHub
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.37.0"
version = "1.37.1"
description = "A linter for YAML files."
optional = false
python-versions = ">=3.9"
groups = ["dev"]
files = [
{file = "yamllint-1.37.0-py3-none-any.whl", hash = "sha256:c03ab4e79ab4af964c8eb16ac9746880fc76a3bb0ffb14925b9a55220ae7dda0"},
{file = "yamllint-1.37.0.tar.gz", hash = "sha256:ead81921d4d87216b2528b7a055664708f9fb8267beb0c427cb706ac6ab93580"},
{file = "yamllint-1.37.1-py3-none-any.whl", hash = "sha256:364f0d79e81409f591e323725e6a9f4504c8699ddf2d7263d8d2b539cd66a583"},
{file = "yamllint-1.37.1.tar.gz", hash = "sha256:81f7c0c5559becc8049470d86046b36e96113637bcbe4753ecef06977c00245d"},
]
[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 = "c2c0f12a572ac98eaef17eadb13106f74d7be0477846c9034e4a23d29451d0e2"
content-hash = "476ba3d57c4a843e5dcc2410e44eb09299113b90f452b64d3740b5230aa6c1d1"

View File

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