From 386783c3a3da4d1a07372542f9e28e10d6a0ea6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Jul 2022 18:25:47 +0000 Subject: [PATCH] Bump yamllint from 1.26.3 to 1.27.1 Bumps [yamllint](https://github.com/adrienverge/yamllint) from 1.26.3 to 1.27.1. - [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.26.3...v1.27.1) --- updated-dependencies: - dependency-name: yamllint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 6d32896a..1b79d488 100644 --- a/poetry.lock +++ b/poetry.lock @@ -945,11 +945,11 @@ python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7" [[package]] name = "yamllint" -version = "1.26.3" +version = "1.27.1" description = "A linter for YAML files." category = "dev" optional = false -python-versions = ">=3.5" +python-versions = ">=3.6" [package.dependencies] pathspec = ">=0.5.3" @@ -970,7 +970,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "^3.9" -content-hash = "5600438b8cf33b8830bb5d7400d6966aa830f86213afa14b8120fcba2fce1a07" +content-hash = "12929729a35ce87a3723db0241ead6d3cb57bc71c38f9b56a082527171485904" [metadata.files] aiohttp = [] diff --git a/pyproject.toml b/pyproject.toml index c3caa27f..d5fc40c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ pylint = "^2.14.4" pytest = "^7.1.2" pytest-asyncio = "^0.18.3" pytest-cov = "^3.0.0" -yamllint = "^1.26.3" +yamllint = "^1.27.1" pyupgrade = "^2.34.0" flake8-simplify = "^0.19.2" vulture = "^2.5"