Skip to content

Commit bc5623f

Browse files
Merge pull request #167 from splunk/feature/Update-version-setup.py
Updating-dependency-version
2 parents 126c0fb + d366b86 commit bc5623f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

setup.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,16 @@ def read(fname):
3333
"splunk-sdk~=1.6",
3434
"future~=0.17.1",
3535
"httplib2~=0.18",
36-
"logutils",
36+
"logutils~=0.3.5",
3737
"junitparser==1.4.1",
3838
"requests2~=2.16",
3939
"splunk_appinspect>=2.0.1",
40-
"six",
40+
"six~=1.12.0",
4141
"jsonschema~=3.2.0",
42-
"faker",
42+
"faker~=4.1.1",
4343
"pytest-ordering~=0.6",
44-
"pytest-xdist",
45-
"filelock",
44+
"pytest-xdist~=1.34.0",
45+
"filelock~=3.0.12",
4646
],
4747
extras_require={"docker": ["lovely-pytest-docker>=0.1.0"]},
4848
setup_requires=["pytest-runner"],

0 commit comments

Comments
 (0)