File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ readme = "README.md"
12
12
keywords = [" splunk" , " bitwarden" ]
13
13
14
14
[tool .poetry .dependencies ]
15
- python = " ~ 3.7"
15
+ python = " 3.7.17 "
16
16
requests = { version = " 2.31.0" , python = " ~3.7" }
17
17
splunk-sdk = { version = " 2.0.1" , python = " ~3.7" }
18
18
splunktaucclib = { version = " 6.0.8" , python = " ~3.7" }
@@ -22,7 +22,7 @@ python-dateutil = { version = "2.9.0.post0", python = "~3.7" }
22
22
optional = true
23
23
24
24
[tool .poetry .group .dev .dependencies ]
25
- python = " ^3.7 "
25
+ python = " 3.12.3 "
26
26
python-dotenv = { version = " 0.21.1" , python = " ^3.7" }
27
27
types-requests = { version = " 2.31.0.6" , python = " ^3.7" }
28
28
splunk-add-on-ucc-framework = { version = " 5.41.0" , python = " ^3.7" }
@@ -32,14 +32,14 @@ splunk-appinspect = { version = "3.5.0", python = "^3.7" }
32
32
optional = true
33
33
34
34
[tool .poetry .group .splunkslim .dependencies ]
35
- python = " ^3.7 "
35
+ python = " 3.12.3 "
36
36
splunk-packaging-toolkit = { version = " 1.0.1" , python = " ^3.7" }
37
37
38
38
[tool .poetry .group .test ]
39
39
optional = true
40
40
41
41
[tool .poetry .group .test .dependencies ]
42
- python = " ^3.7 "
42
+ python = " 3.12.3 "
43
43
pytest = { version = " 7.4.4" , python = " ^3.7" }
44
44
45
45
[tool .pytest .ini_options ]
You can’t perform that action at this time.
0 commit comments