From 2dc13fe5ce5df4db18e38f67bb36b0da0e388671 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Mar 2023 02:02:54 +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 5088a30c..4a840af4 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 = "9bc16c736190e8b6caa05d374a3b822cf9018a7f4df5598762d81f4314601d3b" +content-hash = "19ae741410eb1a879a2502c2a2c7c2eb7f51243ba8b6ffa6457dabdcc62b234b" diff --git a/pyproject.toml b/pyproject.toml index f4f2d0ae..f7a09af6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ pytest-asyncio = "0.21.0" pytest-cov = "4.0.0" ruff = "0.0.259" safety = "2.4.0b1" -yamllint = "1.29.0" +yamllint = "1.30.0" [tool.poetry.urls] "Bug Tracker" = "https://github.com/frenck/python-twentemilieu/issues"