From 72caf5ba37863abdf31526359f5d027c82c4f3e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 05:09:18 +0000 Subject: [PATCH] Bump ansible-lint from 5.0.2 to 5.0.4 Bumps [ansible-lint](https://github.com/ansible-community/ansible-lint) from 5.0.2 to 5.0.4. - [Release notes](https://github.com/ansible-community/ansible-lint/releases) - [Commits](https://github.com/ansible-community/ansible-lint/compare/v5.0.2...v5.0.4) 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 37e73c2..2619e05 100644 --- a/poetry.lock +++ b/poetry.lock @@ -25,7 +25,7 @@ PyYAML = "*" [[package]] name = "ansible-lint" -version = "5.0.2" +version = "5.0.4" description = "Checks playbooks for practices and behaviour that could potentially be improved" category = "dev" optional = false @@ -264,7 +264,7 @@ bracex = ">=2.1.1" [metadata] lock-version = "1.1" python-versions = "^3.6" -content-hash = "daee575be7dfb8725074a6c9915e60260e06863d07b425cd428d1e175a226ee6" +content-hash = "2347642b33859252abed1eeecd05ecaecc55b2a295594640aa8d309ce7d21c6b" [metadata.files] ansible = [ @@ -274,8 +274,8 @@ ansible-base = [ {file = "ansible-base-2.10.5.tar.gz", hash = "sha256:33ae323923b841f3d822f355380ce7c92610440362efeed67b4b39db41e555af"}, ] ansible-lint = [ - {file = "ansible-lint-5.0.2.tar.gz", hash = "sha256:be0b7f2aa368cd33da38dfc8d7d4b26c166ea3b6db9770eeab97530533258f8e"}, - {file = "ansible_lint-5.0.2-py3-none-any.whl", hash = "sha256:41a139ac50f9f60e92711b84f4be584aaf3e5d726004751640058423ef6af0c4"}, + {file = "ansible-lint-5.0.4.tar.gz", hash = "sha256:10d13fa5f8cdf9232769693800bf9260e9aa8d5cb68900894308309e255fe2d4"}, + {file = "ansible_lint-5.0.4-py3-none-any.whl", hash = "sha256:a1a475957ad620afeb2d3d88920318ebc593be078a844bd29d7b50ca9730dbdb"}, ] bracex = [ {file = "bracex-2.1.1-py3-none-any.whl", hash = "sha256:64e2a6d14de9c8e022cf40539ac8468ba7c4b99550a2b05fc87fd20e392e568f"}, diff --git a/pyproject.toml b/pyproject.toml index dbcdad7..cf3e550 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ python = "^3.6" ansible = "^3.0.0" [tool.poetry.dev-dependencies] -ansible-lint = "^5.0.2" +ansible-lint = "^5.0.4" [build-system] requires = ["poetry>=0.12"]