From 39dbce6b2f19eaaa71112cb98662ecfeb224b0cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Aug 2021 06:02:51 +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 2c0f1c32..fe8ec5e8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -844,11 +844,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" @@ -869,7 +869,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "483c71dedc628b63457d45480ee083cb2769838ed3ca5e98f0edbb0732de53b0" +content-hash = "9952e797887cb492b14372374aaefbf35eaae98689a658bfb06229415a2c26e7" [metadata.files] aiohttp = [ @@ -1437,7 +1437,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 287e9065..402d6665 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"