From 1d5db7bdbe2f1ed114bd7494fb8ae3fe1265ccba Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sun, 13 Jun 2021 16:14:05 +0300 Subject: [PATCH] Pipfile.lock: run pipenv update --- Pipfile.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index 4a4cb04..f9f2774 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -18,17 +18,17 @@ "default": { "ansible": { "hashes": [ - "sha256:6f67ca5c634e4721d1f8e206dc71d60d1a114d147945355bfc902bd37eb07080" + "sha256:f561cca7fbc4daa14d98e18cd0cb74bd8b173f1501b8fa11543f6ef002de3167" ], "index": "pypi", - "version": "==4.0.0" + "version": "==4.1.0" }, "ansible-core": { "hashes": [ - "sha256:9470ceb710711eacd75f1bcae802af036ab2a6c2cd5a13bfcb50b2d89667c9c5" + "sha256:7e75827a94d47d1c3e1930d708f0ef637a3ab9a21f757aaf55deab6e9f47c682" ], "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'", - "version": "==2.11.0" + "version": "==2.11.1" }, "cffi": { "hashes": [ @@ -171,7 +171,7 @@ "sha256:c203ec8783bf771a155b207279b9bccb8dea02d8f0c9e5f8ead507bc3246ecc1", "sha256:ef9d7589ef3c200abe66653d3f1ab1033c3c419ae9b9bdb1240a85b024efc88b" ], - "markers": "python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2'", + "markers": "python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'", "version": "==2.4.7" }, "pyyaml": {