From 71c0015a016b0beefb11a44f5d1979963c9840c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Jan 2023 03:07:03 +0000 Subject: [PATCH] Bump yamllint from 1.28.0 to 1.29.0 Bumps [yamllint](https://github.com/adrienverge/yamllint) from 1.28.0 to 1.29.0. - [Release notes](https://github.com/adrienverge/yamllint/releases) - [Changelog](https://github.com/adrienverge/yamllint/blob/master/CHANGELOG.rst) - [Commits](https://github.com/adrienverge/yamllint/compare/v1.28.0...v1.29.0) --- updated-dependencies: - dependency-name: yamllint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index b13c6c9..af483eb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1748,14 +1748,14 @@ files = [ [[package]] name = "yamllint" -version = "1.28.0" +version = "1.29.0" description = "A linter for YAML files." category = "dev" optional = false -python-versions = ">=3.6" +python-versions = ">=3.7" files = [ - {file = "yamllint-1.28.0-py2.py3-none-any.whl", hash = "sha256:89bb5b5ac33b1ade059743cf227de73daa34d5e5a474b06a5e17fc16583b0cf2"}, - {file = "yamllint-1.28.0.tar.gz", hash = "sha256:9e3d8ddd16d0583214c5fdffe806c9344086721f107435f68bad990e5a88826b"}, + {file = "yamllint-1.29.0-py3-none-any.whl", hash = "sha256:5153bf9f8205aa9dc6af6217e38bd4f5baf09d9a7c6f4ae1e23f90d9c00c49c5"}, + {file = "yamllint-1.29.0.tar.gz", hash = "sha256:66a755d5fbcbb8831f1a9568676329b5bac82c37995bcc9afd048b6459f9fa48"}, ] [package.dependencies] @@ -1854,4 +1854,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "058f73fed4870e10bddcf9eea3e42b756f5ae54d4455174889988d6c93db6950" +content-hash = "9737093d9098b1891f91c7f77ade1aa68f723c99e27608597188ac9d259b33f2" diff --git a/pyproject.toml b/pyproject.toml index 6a554fc..3f46f9d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ pytest-cov = "^4.0.0" pyupgrade = "^3.3.1" safety = "^2.3.5" vulture = "^2.7" -yamllint = "^1.28.0" +yamllint = "^1.29.0" types-cachetools = "^5.2.1" [tool.poetry.urls]