File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " contentctl"
3
- version = " 4.0.6 "
3
+ version = " 4.1.0 "
4
4
description = " Splunk Content Control Tool"
5
5
authors = [
" STRT <[email protected] >" ]
6
6
license = " Apache 2.0"
@@ -11,23 +11,22 @@ contentctl = 'contentctl.contentctl:main'
11
11
12
12
[tool .poetry .dependencies ]
13
13
python = " ^3.11"
14
- pydantic = " ^2.5 .1"
14
+ pydantic = " ^2.7 .1"
15
15
PyYAML = " ^6.0.1"
16
16
requests = " ~2.32.2"
17
17
pycvesearch = " ^1.2"
18
18
xmltodict = " ^0.13.0"
19
19
attackcti = " ^0.3.7"
20
- Jinja2 = " ^3.1.2 "
20
+ Jinja2 = " ^3.1.4 "
21
21
questionary = " ^2.0.1"
22
22
docker = " ^7.1.0"
23
23
splunk-sdk = " ^2.0.1"
24
- validators = " ^0.22.0"
25
24
semantic-version = " ^2.10.0"
26
25
bottle = " ^0.12.25"
27
- tqdm = " ^4.66.1 "
26
+ tqdm = " ^4.66.4 "
28
27
# splunk-appinspect = "^2.36.0"
29
- pysigma = " ^0.10.8 "
30
- pysigma-backend-splunk = " ^1.0.3 "
28
+ pysigma = " ^0.11.5 "
29
+ pysigma-backend-splunk = " ^1.1.0 "
31
30
pygit2 = " ^1.14.1"
32
31
tyro = " ^0.8.3"
33
32
gitpython = " ^3.1.43"
You can’t perform that action at this time.
0 commit comments