Skip to content

Commit e3b0eea

Browse files
authored
Merge branch 'main' into python313
2 parents 0bf6a5f + 98573b0 commit e3b0eea

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "contentctl"
3-
version = "4.4.6"
3+
version = "4.4.7"
44

55
description = "Splunk Content Control Tool"
66
authors = ["STRT <[email protected]>"]
@@ -11,8 +11,9 @@ readme = "README.md"
1111
contentctl = 'contentctl.contentctl:main'
1212

1313
[tool.poetry.dependencies]
14+
1415
python = "^3.11,<3.14"
15-
pydantic = "^2.8.2"
16+
pydantic = "~2.9.2"
1617
PyYAML = "^6.0.2"
1718
requests = "~2.32.3"
1819
pycvesearch = "^1.2"

0 commit comments

Comments
 (0)