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"],