Skip to content

Commit 5ed7858

Browse files
committed
Update deps to latest to resolve dependabot prs
1 parent 3505a8f commit 5ed7858

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

pyproject.toml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "contentctl"
3-
version = "4.0.1"
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.31.0"
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"
22-
docker = "^6.1.3"
22+
docker = "^7.0.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)