File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -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,7 +24,7 @@ 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" }
27
+ types-requests = { version = " 2.31.0.20240406 " , python = " ^3.7" }
28
28
splunk-add-on-ucc-framework = { version = " 5.41.0" , python = " ^3.7" }
29
29
splunk-appinspect = { version = " 3.5.0" , python = " ^3.7" }
30
30
You can’t perform that action at this time.
0 commit comments