From c7ec6279387192dee889d8cdd05e8c915dba71bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 May 2023 09:16:24 +0200 Subject: [PATCH] Bump yamllint from 1.31.0 to 1.32.0 (#333) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index df54f67..36bb72d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1895,14 +1895,14 @@ files = [ [[package]] name = "yamllint" -version = "1.31.0" +version = "1.32.0" description = "A linter for YAML files." category = "dev" optional = false python-versions = ">=3.7" files = [ - {file = "yamllint-1.31.0-py3-none-any.whl", hash = "sha256:15f4bdb645e6a4a0a22fe5415bc38b4a934c51419b30104896d2f3f95e329185"}, - {file = "yamllint-1.31.0.tar.gz", hash = "sha256:2d83f1d12f733e162a87e06b176149d7bb9c5bae4a9e5fce1c771d7f703f7a65"}, + {file = "yamllint-1.32.0-py3-none-any.whl", hash = "sha256:d97a66e48da820829d96077d76b8dfbe6c6140f106e558dae87e81ac4e6b30b7"}, + {file = "yamllint-1.32.0.tar.gz", hash = "sha256:d01dde008c65de5b235188ab3110bebc59d18e5c65fc8a58267cd211cd9df34a"}, ] [package.dependencies] @@ -2001,4 +2001,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "ab2b47363a6683c348c7caf789a8b72ce82bf71a27e7bb21b1d2d4909e8ad896" +content-hash = "8c214cca791f447e821ba9d545ba68278dad44cf75bcde5f1e8a5bdab0432d1f" diff --git a/pyproject.toml b/pyproject.toml index afd9fda..b9c4cf8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ pytest-cov = "^4.0.0" pyupgrade = "^3.4.0" safety = "^2.3.5" vulture = "^2.7" -yamllint = "^1.31.0" +yamllint = "^1.32.0" [tool.poetry.urls] "Bug Tracker" = "https://github.com/frenck/python-open-meteo/issues"