From b6098d8cdb589de42753a5b91315a60a6a735417 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 May 2023 01:58:07 +0000 Subject: [PATCH] Bump yamllint from 1.31.0 to 1.32.0 Bumps [yamllint](https://github.com/adrienverge/yamllint) from 1.31.0 to 1.32.0. - [Changelog](https://github.com/adrienverge/yamllint/blob/master/CHANGELOG.rst) - [Commits](https://github.com/adrienverge/yamllint/compare/v1.31.0...v1.32.0) --- updated-dependencies: - dependency-name: yamllint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 2dc1cac3..5c5dfb22 100644 --- a/poetry.lock +++ b/poetry.lock @@ -340,14 +340,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] @@ -360,4 +360,4 @@ dev = ["doc8", "flake8", "flake8-import-order", "rstcheck[sphinx]", "sphinx"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "14b9f8d53b03c9cc321db6b805025aa4db275fa6cef165d05ebf25a643470bd7" +content-hash = "da8397cf4bd628da4494673ffceb98b09eeb48bfc5fc6cc7f794b9187f831456" diff --git a/pyproject.toml b/pyproject.toml index b12afd46..782746d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ invoke = "^2.1.2" black = "^23.3" flake8 = "^6.0.0" pep8-naming = "^0.13.3" -yamllint = "^1.31.0" +yamllint = "^1.32.0" [build-system] requires = ["poetry-core>=1.0.0"]