From 63b01613870c5284bacef34d0a7a96dbe4aeff97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Aug 2021 06:02:53 +0000 Subject: [PATCH] Bump yamllint from 1.26.1 to 1.26.2 Bumps [yamllint](https://github.com/adrienverge/yamllint) from 1.26.1 to 1.26.2. - [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.1...v1.26.2) --- updated-dependencies: - dependency-name: yamllint dependency-type: direct:development update-type: version-update:semver-patch ... 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 a3489652..b9894d1e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -872,11 +872,11 @@ python-versions = "*" [[package]] name = "yamllint" -version = "1.26.1" +version = "1.26.2" description = "A linter for YAML files." category = "dev" optional = false -python-versions = ">=3.5.*" +python-versions = ">=3.5" [package.dependencies] pathspec = ">=0.5.3" @@ -897,7 +897,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "52567696af2c12b961c03c8d169de4a9a722728106110244e639db56efb7e698" +content-hash = "ec90095bb98ce8158a8805372ce7f838a3c07f7c7b6fb35566c408e0259222a5" [metadata.files] aiohttp = [ @@ -1471,7 +1471,7 @@ wrapt = [ {file = "wrapt-1.12.1.tar.gz", hash = "sha256:b62ffa81fb85f4332a4f609cab4ac40709470da05643a082ec1eb88e6d9b97d7"}, ] yamllint = [ - {file = "yamllint-1.26.1.tar.gz", hash = "sha256:87d9462b3ed7e9dfa19caa177f7a77cd9888b3dc4044447d6ae0ab233bcd1324"}, + {file = "yamllint-1.26.2.tar.gz", hash = "sha256:0b08a96750248fdf21f1e8193cb7787554ef75ed57b27f621cd6b3bf09af11a1"}, ] yarl = [ {file = "yarl-1.6.3-cp36-cp36m-macosx_10_14_x86_64.whl", hash = "sha256:0355a701b3998dcd832d0dc47cc5dedf3874f966ac7f870e0f3a6788d802d434"}, diff --git a/pyproject.toml b/pyproject.toml index 38a61a13..03d13efe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ pylint = "^2.9.6" pytest = "^6.2.4" pytest-asyncio = "^0.15.1" pytest-cov = "^2.12.1" -yamllint = "^1.26.1" +yamllint = "^1.26.2" pyupgrade = "^2.23.2" flake8-simplify = "^0.14.1" vulture = "^2.3"