From 1232a44983924873e319c56b532d59dcd274e050 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2020 20:46:53 +0000 Subject: [PATCH] Bump ansible-lint from 4.1.0 to 4.2.0 Bumps [ansible-lint](https://github.com/ansible/ansible-lint) from 4.1.0 to 4.2.0. - [Release notes](https://github.com/ansible/ansible-lint/releases) - [Changelog](https://github.com/ansible/ansible-lint/blob/master/CHANGELOG.rst) - [Commits](https://github.com/ansible/ansible-lint/compare/v4.1.0...v4.2.0) Signed-off-by: dependabot-preview[bot] --- Pipfile.lock | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index dc3cb7d..b88b896 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -172,11 +172,11 @@ }, "ansible-lint": { "hashes": [ - "sha256:9430ea6e654ba4bf5b9c6921efc040f46cda9c4fd2896a99ff71d21037bcb123", - "sha256:c1b442b01091eca13ef11d98c3376e9489ba5b69a8467828ca86044f384bc0a1" + "sha256:b9fc9a6564f5d60a4284497f966f38ef78f0e2505edbe2bd1225f1ade31c2d8a", + "sha256:eb925d8682d70563ccb80e2aca7b3edf84fb0b768cea3edc6846aac7abdc414a" ], "index": "pypi", - "version": "==4.1.0" + "version": "==4.2.0" }, "cffi": { "hashes": [ @@ -321,6 +321,7 @@ "sha256:9d59fa89985c55155d35c886663e357813404ae8f94638cb673135b8c8c1a7c7", "sha256:dba517a7e330b6caf476b757022d21efa13c32694bfba1e057ce59a374f18f0a" ], + "markers": "python_version >= '3.7'", "version": "==0.16.7" }, "ruamel.yaml.clib": {