From 34a5aa057d34ea0cc46c34ea1d7e8cec525bde57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Aug 2021 12:18:38 +0000 Subject: [PATCH] Bump yamllint from 1.26.2 to 1.26.3 Bumps [yamllint](https://github.com/adrienverge/yamllint) from 1.26.2 to 1.26.3. - [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.2...v1.26.3) --- updated-dependencies: - dependency-name: yamllint dependency-type: direct:development update-type: version-update:semver-patch ... 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 c7c9c9bc..37f5e4da 100644 --- a/poetry.lock +++ b/poetry.lock @@ -867,7 +867,7 @@ python-versions = "*" [[package]] name = "yamllint" -version = "1.26.2" +version = "1.26.3" description = "A linter for YAML files." category = "dev" optional = false @@ -892,7 +892,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "647a1045b4a5b1162965caea313583948b2553673e9f3d60e4ddc8b38bfe5fa0" +content-hash = "7f4c341876cf983cc8d66fc33b7729e40b08a0831b1aabb8c1516bf5cd553a0d" [metadata.files] aiohttp = [ @@ -1377,7 +1377,7 @@ wrapt = [ {file = "wrapt-1.12.1.tar.gz", hash = "sha256:b62ffa81fb85f4332a4f609cab4ac40709470da05643a082ec1eb88e6d9b97d7"}, ] yamllint = [ - {file = "yamllint-1.26.2.tar.gz", hash = "sha256:0b08a96750248fdf21f1e8193cb7787554ef75ed57b27f621cd6b3bf09af11a1"}, + {file = "yamllint-1.26.3.tar.gz", hash = "sha256:3934dcde484374596d6b52d8db412929a169f6d9e52e20f9ade5bf3523d9b96e"}, ] 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 a1e41a56..02b62358 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ isort = "^5.9.3" pre-commit = "^2.14.0" pre-commit-hooks = "^4.0.1" pylint = "^2.9.6" -yamllint = "^1.26.2" +yamllint = "^1.26.3" pyupgrade = "^2.23.3" flake8-simplify = "^0.14.0" vulture = "^2.3"