From 0df4b8bd36af78749b211b0a82592a43e45c1576 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Jul 2022 18:44:12 +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 7b93140a..81874dcc 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 = "777851f953334a3fd45df5b585c8a7fbdeb5fb53b6104fc5251c6dbf914a70ce" +content-hash = "19bbc65e7e20ea5a479143b7cee363e66e775ade0353b04c20064c6bfc66a134" [metadata.files] aiohttp = [] diff --git a/pyproject.toml b/pyproject.toml index 7058b052..16269d75 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.37.1" flake8-simplify = "^0.19.2" vulture = "^2.5"