From 44773633e0283c328672f9a972e2da525e57ae29 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 May 2023 13:02:09 -0400 Subject: [PATCH] chore(deps): update dependency lint/yamllint to v1.32.0 (#77) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 68ceb66..31aff7c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ lint = [ "black==23.3.0", "codespell[toml]==2.2.4", "ruff==0.0.269", - "yamllint==1.31.0" + "yamllint==1.32.0" ] types = [ "mypy[reports]==1.3.0",