@@ -12,10 +12,10 @@ readme = "README.md"
12
12
keywords = [" splunk" , " bitwarden" ]
13
13
14
14
[tool .poetry .dependencies ]
15
- python = " ~3.7 "
15
+ python = " ~3.12 "
16
16
requests = { version = " 2.31.0" , python = " ~3.7" }
17
17
splunk-sdk = { version = " 2.0.1" , python = " ~3.7" }
18
- splunktaucclib = { version = " 6.0.8 " , python = " ~3.7" }
18
+ splunktaucclib = { version = " 6.1.0 " , python = " ~3.7" }
19
19
python-dateutil = { version = " 2.9.0.post0" , python = " ~3.7" }
20
20
21
21
[tool .poetry .group .dev ]
@@ -24,9 +24,9 @@ optional = true
24
24
[tool .poetry .group .dev .dependencies ]
25
25
python = " ^3.7"
26
26
python-dotenv = { version = " 0.21.1" , python = " ^3.7" }
27
- types-requests = { version = " 2.31.0.6 " , python = " ^3.7" }
28
- splunk-add-on-ucc-framework = { version = " 5.41.0 " , python = " ^3.7" }
29
- splunk-appinspect = { version = " 3.5 .0" , python = " ^3.7" }
27
+ types-requests = { version = " 2.31.0.20240406 " , python = " ^3.7" }
28
+ splunk-add-on-ucc-framework = { version = " 5.42.1 " , python = " ^3.7" }
29
+ splunk-appinspect = { version = " 3.6 .0" , python = " ^3.7" }
30
30
31
31
[tool .poetry .group .splunkslim ]
32
32
optional = true
0 commit comments