Skip to content

Commit 4d2f4fd

Browse files
authored
Merge pull request #144 from splunk/update_deps_4.1
Update deps in prep for 4.1
2 parents de2ab17 + 1f52c7d commit 4d2f4fd

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

pyproject.toml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "contentctl"
3-
version = "4.0.6"
3+
version = "4.1.0"
44
description = "Splunk Content Control Tool"
55
authors = ["STRT <[email protected]>"]
66
license = "Apache 2.0"
@@ -11,23 +11,22 @@ contentctl = 'contentctl.contentctl:main'
1111

1212
[tool.poetry.dependencies]
1313
python = "^3.11"
14-
pydantic = "^2.5.1"
14+
pydantic = "^2.7.1"
1515
PyYAML = "^6.0.1"
1616
requests = "~2.32.2"
1717
pycvesearch = "^1.2"
1818
xmltodict = "^0.13.0"
1919
attackcti = "^0.3.7"
20-
Jinja2 = "^3.1.2"
20+
Jinja2 = "^3.1.4"
2121
questionary = "^2.0.1"
2222
docker = "^7.1.0"
2323
splunk-sdk = "^2.0.1"
24-
validators = "^0.22.0"
2524
semantic-version = "^2.10.0"
2625
bottle = "^0.12.25"
27-
tqdm = "^4.66.1"
26+
tqdm = "^4.66.4"
2827
#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"
3130
pygit2 = "^1.14.1"
3231
tyro = "^0.8.3"
3332
gitpython = "^3.1.43"

0 commit comments

Comments
 (0)