Skip to content

Commit

Permalink
Merge pull request #144 from splunk/update_deps_4.1
Browse files Browse the repository at this point in the history
Update deps in prep for 4.1
  • Loading branch information
pyth0n1c authored Jul 2, 2024
2 parents de2ab17 + 1f52c7d commit 4d2f4fd
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "contentctl"
version = "4.0.6"
version = "4.1.0"
description = "Splunk Content Control Tool"
authors = ["STRT <[email protected]>"]
license = "Apache 2.0"
Expand All @@ -11,23 +11,22 @@ contentctl = 'contentctl.contentctl:main'

[tool.poetry.dependencies]
python = "^3.11"
pydantic = "^2.5.1"
pydantic = "^2.7.1"
PyYAML = "^6.0.1"
requests = "~2.32.2"
pycvesearch = "^1.2"
xmltodict = "^0.13.0"
attackcti = "^0.3.7"
Jinja2 = "^3.1.2"
Jinja2 = "^3.1.4"
questionary = "^2.0.1"
docker = "^7.1.0"
splunk-sdk = "^2.0.1"
validators = "^0.22.0"
semantic-version = "^2.10.0"
bottle = "^0.12.25"
tqdm = "^4.66.1"
tqdm = "^4.66.4"
#splunk-appinspect = "^2.36.0"
pysigma = "^0.10.8"
pysigma-backend-splunk = "^1.0.3"
pysigma = "^0.11.5"
pysigma-backend-splunk = "^1.1.0"
pygit2 = "^1.14.1"
tyro = "^0.8.3"
gitpython = "^3.1.43"
Expand Down

0 comments on commit 4d2f4fd

Please sign in to comment.