From d366b86a9d1ff02d872d4fea3e49ea908e7b9b36 Mon Sep 17 00:00:00 2001 From: monishshah-crest <62132597+monishshah-crest@users.noreply.github.com> Date: Wed, 19 Aug 2020 10:44:24 +0530 Subject: [PATCH] Updating-dependency-version --- setup.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/setup.py b/setup.py index ed8d7b602..d4f44d10a 100644 --- a/setup.py +++ b/setup.py @@ -33,16 +33,16 @@ def read(fname): "splunk-sdk~=1.6", "future~=0.17.1", "httplib2~=0.18", - "logutils", + "logutils~=0.3.5", "junitparser==1.4.1", "requests2~=2.16", "splunk_appinspect>=2.0.1", - "six", + "six~=1.12.0", "jsonschema~=3.2.0", - "faker", + "faker~=4.1.1", "pytest-ordering~=0.6", - "pytest-xdist", - "filelock", + "pytest-xdist~=1.34.0", + "filelock~=3.0.12", ], extras_require={"docker": ["lovely-pytest-docker>=0.1.0"]}, setup_requires=["pytest-runner"],