We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bc2baac + 632b06c commit 98573b0Copy full SHA for 98573b0
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "contentctl"
3
-version = "4.4.6"
+version = "4.4.7"
4
5
description = "Splunk Content Control Tool"
6
authors = ["STRT <[email protected]>"]
@@ -12,7 +12,7 @@ contentctl = 'contentctl.contentctl:main'
12
13
[tool.poetry.dependencies]
14
python = "^3.11,<3.13"
15
-pydantic = "^2.8.2"
+pydantic = "~2.9.2"
16
PyYAML = "^6.0.2"
17
requests = "~2.32.3"
18
pycvesearch = "^1.2"
0 commit comments