From 96b9e2fb5fa88dd5dfff29c2b122b440f2e2a7db Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Mar 2023 00:52:59 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20dependency=20yaml?= =?UTF-8?q?lint=20to=20v1.30.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- poetry.lock | 7 +++---- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 1cac8d48..f363dfdc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1588,14 +1588,13 @@ files = [ [[package]] name = "yamllint" -version = "1.29.0" +version = "1.30.0" description = "A linter for YAML files." category = "dev" optional = false python-versions = ">=3.7" files = [ - {file = "yamllint-1.29.0-py3-none-any.whl", hash = "sha256:5153bf9f8205aa9dc6af6217e38bd4f5baf09d9a7c6f4ae1e23f90d9c00c49c5"}, - {file = "yamllint-1.29.0.tar.gz", hash = "sha256:66a755d5fbcbb8831f1a9568676329b5bac82c37995bcc9afd048b6459f9fa48"}, + {file = "yamllint-1.30.0.tar.gz", hash = "sha256:4f58f323aedda16189a489d183ecc25c66d7a9cc0fe88f61b650fef167b13190"}, ] [package.dependencies] @@ -1694,4 +1693,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "72256319f431a752fdfe26c3e140b3bdebfd371cbe4925dcf000cad28dd365d2" +content-hash = "b8f92a09ae3e7e849531412e7fe3ee6b4158410460fa5b673628faf38ccf2b21" diff --git a/pyproject.toml b/pyproject.toml index f1fac79f..d79df7fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ pytest-asyncio = "0.21.0" pytest-cov = "4.0.0" ruff = "0.0.257" safety = "2.4.0b1" -yamllint = "1.29.0" +yamllint = "1.30.0" [tool.poetry.urls] "Bug Tracker" = "https://github.com/frenck/python-twentemilieu/issues"